VSConstants.VsPackageGuid Class
Provides the GUIDs for different packages.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.VsPackageGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class VsPackageGuid
public static class VsPackageGuid
public ref class VsPackageGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsPackageGuid = class end
public final class VsPackageGuid
The VSConstants.VsPackageGuid type exposes the following members.
Fields
Name | Description | |
---|---|---|
HtmlEditorPackage_guid | The GUID of the HTML Editor package. | |
HtmlEditorPackage_string | The GUID of the HTML Editor package. | |
VsDocOutlinePackage_guid | The GUID of the Document Outline tool window package. | |
VsDocOutlinePackage_string | The GUID of the Document Outline tool window package. | |
VsEnvironmentPackage_guid | GUID of the Visual Studio shell package. | |
VsEnvironmentPackage_string | GUID of the Visual Studio shell package. | |
VsTaskListPackage_guid | The GUID of the Task List package. | |
VsTaskListPackage_string | The GUID of the Task List package. |
Top
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.