Interface IVsComponentSelectorDlg2
Publicado: abril de 2016
Gerencia referências a componentes de vários tipos dentro do projeto.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")]
[InterfaceTypeAttribute(1)]
[ComConversionLossAttribute]
public interface IVsComponentSelectorDlg2
[GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")]
[InterfaceTypeAttribute(1)]
[ComConversionLossAttribute]
public interface class IVsComponentSelectorDlg2
[<GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")>]
[<InterfaceTypeAttribute(1)>]
[<ComConversionLossAttribute>]
type IVsComponentSelectorDlg2 = interface end
<GuidAttribute("2D7CDC3D-FA79-4DF3-9CD2-AACF65A2846E")>
<InterfaceTypeAttribute(1)>
<ComConversionLossAttribute>
Public Interface IVsComponentSelectorDlg2
Métodos
Nome | Descrição | |
---|---|---|
ComponentSelectorDlg2(UInt32, IVsComponentUser, UInt32, IntPtr[], String, String, UInt32, UInt32, UInt32, VSCOMPONENTSELECTORTABINIT[], Guid, String, String) | Exibe Caixa de diálogo Selecionar componentes e retorna os componentes selecionados. |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo