IVsComponentSelectorDlg2 Interface

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

‘선언
<GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsComponentSelectorDlg2
‘사용 방법
Dim instance As 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

See Also

Reference

IVsComponentSelectorDlg2 Members

Microsoft.VisualStudio.Shell.Interop Namespace