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.
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(UInt32, IVsComponentUser, UInt32, array<IntPtr[], String, String, UInt32%, UInt32%, UInt32, array<VSCOMPONENTSELECTORTABINIT[], Guid%, String, String%, UInt32), except that it takes a TargetFrameworkMoniker instead of a TargetFrameworkVersion, so that it is compliant with extensible multi-targeting. |
Top