Compartir a través de


IVsComponentSelectorDlg4 Interfaz

Definición

Administra las referencias a componentes de diversos tipos dentro del proyecto. Implementado por Visual Studio Shell, y obtenido a través del servicio de SVsComponentSelectorDlg.

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
Atributos

Métodos

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

Este método es igual que ComponentSelectorDlg4(UInt32, IVsComponentUser, UInt32, IntPtr[], String, String, UInt32, UInt32, UInt32, VSCOMPONENTSELECTORTABINIT[], Guid, String, String, UInt32), salvo que toma un TargetFrameworkMoniker en lugar de un TargetFrameworkVersion, por lo que es conforme a compatibilidad con múltiples versiones (multi-targeting) extensible.

Se aplica a