Share via


ContextAttributes.Type Property

Gets a constant indicating the object type.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Type As vsContextAttributes
'Usage
Dim instance As ContextAttributes 
Dim value As vsContextAttributes 

value = instance.Type
vsContextAttributes Type { get; }
property vsContextAttributes Type {
    vsContextAttributes get ();
}
function get Type () : vsContextAttributes

Property Value

Type: EnvDTE.vsContextAttributes
A vsContextAttributes constant, specifying the context attribute.

.NET Framework Security

See Also

Reference

ContextAttributes Interface

ContextAttributes Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples