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.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 | |
---|---|---|
![]() |
ComponentSelectorDlg3 | Displays Browse … Dialog and returns selected components. |
![]() |
ComponentSelectorDlg4 | Displays Browse … Dialog and returns selected components. |
Top