VSConstants.ComponentSelectorPageGuid Class
Provides GUIDs for the Component Selector pages.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.ComponentSelectorPageGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public NotInheritable Class ComponentSelectorPageGuid
public static class ComponentSelectorPageGuid
public ref class ComponentSelectorPageGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type ComponentSelectorPageGuid = class end
public final class ComponentSelectorPageGuid
The VSConstants.ComponentSelectorPageGuid type exposes the following members.
Fields
Name | Description | |
---|---|---|
COMPage_guid | The COM page. | |
COMPage_string | The COM page. | |
ManagedAssemblyPage_guid | The .Net managed assembly page. | |
ManagedAssemblyPage_string | The .Net managed assembly page. | |
ProjectsPage_guid | The Projects page. | |
ProjectsPage_string | The Projects page. |
Top
Remarks
You use these GUIDs in the ComponentSelectorDlg method for the Add Reference dialog.
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.