Manages references to components of various types within the project.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<GuidAttribute("00AE51BD-26D7-4974-801B-B0890E1753F8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsComponentSelectorDlg3
[GuidAttribute("00AE51BD-26D7-4974-801B-B0890E1753F8")]
[InterfaceTypeAttribute()]
public interface IVsComponentSelectorDlg3
[GuidAttribute(L"00AE51BD-26D7-4974-801B-B0890E1753F8")]
[InterfaceTypeAttribute()]
public interface class IVsComponentSelectorDlg3
[<GuidAttribute("00AE51BD-26D7-4974-801B-B0890E1753F8")>]
[<InterfaceTypeAttribute()>]
type IVsComponentSelectorDlg3 =  interface end
public interface IVsComponentSelectorDlg3
The IVsComponentSelectorDlg3 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | ComponentSelectorDlg3 | Displays Browse … Dialog and returns selected components. | 
| .gif) | ComponentSelectorDlg4 | Displays Browse … Dialog and returns selected components. | 
Top