IVsComponentSelectorDlg4 Interface

Definition

Manages references to components of various types within the project. Implemented by the Visual Studio shell, obtained via the SVsComponentSelectorDlg service.

public interface class IVsComponentSelectorDlg4
public interface class IVsComponentSelectorDlg4
__interface IVsComponentSelectorDlg4
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("C43F5129-896F-4653-98E8-B0A16BFE0FC1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsComponentSelectorDlg4
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("C43F5129-896F-4653-98E8-B0A16BFE0FC1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsComponentSelectorDlg4 = interface
Public Interface IVsComponentSelectorDlg4
Attributes

Methods

ComponentSelectorDlg5(UInt32, IVsComponentUser, UInt32, IntPtr[], String, String, UInt32, UInt32, UInt32, VSCOMPONENTSELECTORTABINIT[], Guid, String, String, String)

This method is same as ComponentSelectorDlg4(UInt32, IVsComponentUser, UInt32, IntPtr[], String, String, UInt32, UInt32, UInt32, VSCOMPONENTSELECTORTABINIT[], Guid, String, String, UInt32), except that it takes a TargetFrameworkMoniker instead of a TargetFrameworkVersion, so that it is compliant with extensible multi-targeting.

Applies to