IVsComponentSelectorProvider Interface
Visual Studio 2015
Implemented by VSPackages that provide pages to a component picker, such as the Add Reference dialog.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetComponentSelectorPage(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.
Show:
