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 with get
function get Type () : vsContextAttributes
Property Value
Type: EnvDTE.vsContextAttributes
A vsContextAttributes constant, specifying the context attribute.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples