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.11.0 (in Microsoft.VisualStudio.Shell.11.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
Public fieldStatic member COMPage_guid The COM page.
Public fieldStatic member COMPage_string The COM page.
Public fieldStatic member ManagedAssemblyPage_guid The .Net managed assembly page.
Public fieldStatic member ManagedAssemblyPage_string The .Net managed assembly page.
Public fieldStatic member ProjectsPage_guid The Projects page.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio Namespace