VstaConstants Class
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Provides constants that Visual Studio Tools for Applications uses to represent the host item provider and host type provider service names that the host exposes to the add-in.
Namespace: Microsoft.VisualStudio.Tools.Applications.Contract
Assembly: Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)
Syntax
'Declaration
Public NotInheritable Class VstaConstants
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class VstaConstants
public ref class VstaConstants abstract sealed
public final class VstaConstants
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.Contract.VstaConstants
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.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.Contract Namespace