VSConstants.ComponentSelectorPageGuid Class

 

Provides GUIDs for the Component Selector pages.

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

System.Object
  Microsoft.VisualStudio.VSConstants.ComponentSelectorPageGuid

public static class ComponentSelectorPageGuid

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCOMPage_guid

The COM page.

System_CAPS_pubfieldSystem_CAPS_staticCOMPage_string

The COM page.

System_CAPS_pubfieldSystem_CAPS_staticManagedAssemblyPage_guid

The .Net managed assembly page.

System_CAPS_pubfieldSystem_CAPS_staticManagedAssemblyPage_string

The .Net managed assembly page.

System_CAPS_pubfieldSystem_CAPS_staticProjectsPage_guid

The Projects page.

System_CAPS_pubfieldSystem_CAPS_staticProjectsPage_string

The Projects page.

You use these GUIDs in the ComponentSelectorDlg method for the Add Reference dialog.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: