ContextAttributes.Type Property

Gets a constant indicating the object type.

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

Syntax

'Declaration
ReadOnly Property Type As vsContextAttributes
vsContextAttributes Type { get; }
property vsContextAttributes Type {
    vsContextAttributes get ();
}
abstract Type : vsContextAttributes
function get Type () : vsContextAttributes

Property Value

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

.NET Framework Security

See Also

Reference

ContextAttributes Interface

EnvDTE Namespace

Other Resources

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