Share via


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
Public fieldStatic member HtmlEditorPackage_guid The GUID of the HTML Editor package.
Public fieldStatic member HtmlEditorPackage_string The GUID of the HTML Editor package.
Public fieldStatic member VsDocOutlinePackage_guid The GUID of the Document Outline tool window package.
Public fieldStatic member VsDocOutlinePackage_string The GUID of the Document Outline tool window package.
Public fieldStatic member VsEnvironmentPackage_guid GUID of the Visual Studio shell package.
Public fieldStatic member VsEnvironmentPackage_string GUID of the Visual Studio shell package.
Public fieldStatic member VsTaskListPackage_guid The GUID of the Task List package.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace