IVsComponentSelectorDlg4 Interface
Manages references to components of various types within the project. Implemented by the Visual Studio shell, obtained via the SVsComponentSelectorDlg service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C43F5129-896F-4653-98E8-B0A16BFE0FC1")> _
Public Interface IVsComponentSelectorDlg4
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C43F5129-896F-4653-98E8-B0A16BFE0FC1")]
public interface IVsComponentSelectorDlg4
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C43F5129-896F-4653-98E8-B0A16BFE0FC1")]
public interface class IVsComponentSelectorDlg4
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C43F5129-896F-4653-98E8-B0A16BFE0FC1")>]
type IVsComponentSelectorDlg4 = interface end
public interface IVsComponentSelectorDlg4
The IVsComponentSelectorDlg4 type exposes the following members.
Methods
Name | Description | |
---|---|---|
ComponentSelectorDlg5 | This method is same as ComponentSelectorDlg4, except that it takes a TargetFrameworkMoniker instead of a TargetFrameworkVersion, so that it is compliant with extensible multi-targeting. |
Top