Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Implemented by VSPackages that provide pages to a component picker, such as the Add Reference dialog.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("1375E029-1FDD-47FF-A22C-6709242133E2")> _
Public Interface IVsComponentSelectorProvider
[InterfaceTypeAttribute()]
[GuidAttribute("1375E029-1FDD-47FF-A22C-6709242133E2")]
public interface IVsComponentSelectorProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"1375E029-1FDD-47FF-A22C-6709242133E2")]
public interface class IVsComponentSelectorProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("1375E029-1FDD-47FF-A22C-6709242133E2")>]
type IVsComponentSelectorProvider = interface end
public interface IVsComponentSelectorProvider
The IVsComponentSelectorProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetComponentSelectorPage | Used by a VSPackage to provide pages to a component picker. |
Top
Remarks
Notes to Implementers
Implement IVsComponentSelectorProvider interface whenever you want to add component picker support to your VSPackage.
.gif)