IVsComponentSelectorProvider Interface

 

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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("1375E029-1FDD-47FF-A22C-6709242133E2")]
public interface IVsComponentSelectorProvider

NameDescription
System_CAPS_pubmethodGetComponentSelectorPage(Guid, VSPROPSHEETPAGE[])

Used by a VSPackage to provide pages to a component picker.

Notes to Implementers:

Implement IVsComponentSelectorProvider interface whenever you want to add component picker support to your VSPackage.

Return to top
Show: