VSConstants.CLSID Class

A set of CLSIDs used in Visual Studio.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.CLSID

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class CLSID
public static class CLSID
public ref class CLSID abstract sealed
[<AbstractClass>]
[<Sealed>]
type CLSID =  class end
public final class CLSID

The VSConstants.CLSID type exposes the following members.

Fields

  Name Description
Public fieldStatic member HtmDocData_guid The CLSID of the DocData object of the HTML editor.
Public fieldStatic member HtmDocData_string The CLSID of the DocData object of the HTML editor.
Public fieldStatic member MiscellaneousFilesProject_guid The CLSID for the Miscellaneous Files project.
Public fieldStatic member MiscellaneousFilesProject_string The CLSID for the Miscellaneous Files project.
Public fieldStatic member SolutionFolderProject_guid The CLSID of the Solution Folder project.
Public fieldStatic member SolutionFolderProject_string The CLSID of the Solution Folder project.
Public fieldStatic member SolutionItemsProject_guid The CLSID of the Solution Items project.
Public fieldStatic member SolutionItemsProject_string The CLSID of the Solution Items project.
Public fieldStatic member UnloadedProject_guid The CLSID of the unloaded project.
Public fieldStatic member UnloadedProject_string The CLSID of the unloaded project.
Public fieldStatic member VsCfgProviderEventsHelper_guid The CLSID of the IVsCfgProviderEventsHelper.
Public fieldStatic member VsCfgProviderEventsHelper_string The CLSID of the IVsCfgProviderEventsHelper.
Public fieldStatic member VsEnvironmentPackage_guid The CLSID of the Visual Studio environment package.
Public fieldStatic member VsEnvironmentPackage_string The CLSID of the Visual Studio environment package.
Public fieldStatic member VsSearchQueryParser_guid The CLSID of the search query parser created by the Visual Studio search utilities.
Public fieldStatic member VsSearchQueryParser_string The CLSID of the search query parser created by the Visual Studio search utilities.
Public fieldStatic member VsTaskList_guid The CLSID of the Visual Studio task list.
Public fieldStatic member VsTaskList_string The CLSID of the Visual Studio task list.
Public fieldStatic member VsTaskListPackage_guid The CLSID of the Visual Studio task list package.
Public fieldStatic member VsTaskListPackage_string The CLSID of the Visual Studio task list package.
Public fieldStatic member VsTextBuffer_guid The CLSID of the Visual Studio text buffer.
Public fieldStatic member VsTextBuffer_string The CLSID of the Visual Studio text buffer.
Public fieldStatic member VsUIHierarchyWindow_guid The CLSID of the hierarchy window tree control.
Public fieldStatic member VsUIHierarchyWindow_string The CLSID of the hierarchy window tree control.
Public fieldStatic member VsUIWpfLoader_guid The CLSID of the WPF loader.
Public fieldStatic member VsUIWpfLoader_string The CLSID of the WPF loader.

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