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.10.0 (in Microsoft.VisualStudio.Shell.10.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 | |
---|---|---|
HtmDocData_guid | The CLSID of the DocData object of the HTML editor. | |
HtmDocData_string | The CLSID of the DocData object of the HTML editor. | |
MiscellaneousFilesProject_guid | The CLSID for the Miscellaneous Files project. | |
MiscellaneousFilesProject_string | The CLSID for the Miscellaneous Files project. | |
SolutionFolderProject_guid | The CLSID of the Solution Folder project. | |
SolutionFolderProject_string | The CLSID of the Solution Folder project. | |
SolutionItemsProject_guid | The CLSID of the Solution Items project. | |
SolutionItemsProject_string | The CLSID of the Solution Items project. | |
UnloadedProject_guid | The CLSID of the unloaded project. | |
UnloadedProject_string | The CLSID of the unloaded project. | |
VsCfgProviderEventsHelper_guid | The CLSID of the IVsCfgProviderEventsHelper. | |
VsCfgProviderEventsHelper_string | The CLSID of the IVsCfgProviderEventsHelper. | |
VsEnvironmentPackage_guid | The CLSID of the Visual Studio environment package. | |
VsEnvironmentPackage_string | The CLSID of the Visual Studio environment package. | |
VsTaskList_guid | The CLSID of the Visual Studio task list. | |
VsTaskList_string | The CLSID of the Visual Studio task list. | |
VsTaskListPackage_guid | The CLSID of the Visual Studio task list package. | |
VsTaskListPackage_string | The CLSID of the Visual Studio task list package. | |
VsTextBuffer_guid | The CLSID of the Visual Studio text buffer. | |
VsTextBuffer_string | The CLSID of the Visual Studio text buffer. | |
VsUIHierarchyWindow_guid | The CLSID of the hierarchy window tree control. | |
VsUIHierarchyWindow_string | The CLSID of the hierarchy window tree control. | |
VsUIWpfLoader_guid | The CLSID of the WPF loader. | |
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.