ContextAttributes.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a constant indicating the object type.
public:
property EnvDTE::vsContextAttributes Type { EnvDTE::vsContextAttributes get(); };
public:
property EnvDTE::vsContextAttributes Type { EnvDTE::vsContextAttributes get(); };
[System.Runtime.InteropServices.DispId(5)]
public EnvDTE.vsContextAttributes Type { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.Type : EnvDTE.vsContextAttributes
Public ReadOnly Property Type As vsContextAttributes
Property Value
A vsContextAttributes constant, specifying the context attribute.
- Attributes