Interface IVsCreateAggregateProject
Publicado: abril de 2016
Chamado por um tipo de projeto que oferece suporte à agregação.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")]
[InterfaceTypeAttribute(1)]
public interface IVsCreateAggregateProject
[GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")]
[InterfaceTypeAttribute(1)]
public interface class IVsCreateAggregateProject
[<GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")>]
[<InterfaceTypeAttribute(1)>]
type IVsCreateAggregateProject = interface end
<GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")>
<InterfaceTypeAttribute(1)>
Public Interface IVsCreateAggregateProject
Métodos
Nome | Descrição | |
---|---|---|
CreateAggregateProject(String, String, String, String, UInt32, Guid, IntPtr) | Esse método é implementado pelo ambiente para criar um projeto de agregação, que por sua vez, cria um sistema de vsiptecflavors agregada. |
Comentários
Chamar o IVsCreateAggregateProject interface para criar um projeto de agregação.O ambiente implementa o IVsCreateAggregateProject por meio da interface do SVsCreateAggregateProject serviço.
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo