Constants Class
Constants that are common to all Visual Studio programming languages.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("B1AB3125-0744-4B46-AA7A-8902E36D2E15")> _
Public MustInherit Class Constants
'Usage
Dim instance As Constants
[GuidAttribute("B1AB3125-0744-4B46-AA7A-8902E36D2E15")]
public abstract class Constants
[GuidAttribute(L"B1AB3125-0744-4B46-AA7A-8902E36D2E15")]
public ref class Constants abstract
public abstract class Constants
Inheritance Hierarchy
System.Object
EnvDTE.Constants
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.