Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages references to components of various types within the project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsComponentSelectorDlg2
[GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")]
[InterfaceTypeAttribute()]
public interface IVsComponentSelectorDlg2
[GuidAttribute(L"2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")]
[InterfaceTypeAttribute()]
public interface class IVsComponentSelectorDlg2
[<GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")>]
[<InterfaceTypeAttribute()>]
type IVsComponentSelectorDlg2 = interface end
public interface IVsComponentSelectorDlg2
The IVsComponentSelectorDlg2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ComponentSelectorDlg2 | Displays Select Component Dialog and returns selected components. |
Top