SolutionConfigurations Interface

Definição

Contém todos os SolutionConfiguration na solução.

public interface class SolutionConfigurations : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("23E78ED7-C9E1-462D-8BC6-366003486ED9")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface SolutionConfigurations : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("23E78ED7-C9E1-462D-8BC6-366003486ED9")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type SolutionConfigurations = interface
    interface IEnumerable
Public Interface SolutionConfigurations
Implements IEnumerable
Atributos
Implementações

Propriedades

Count

Obtém um valor que indica o número de objetos na SolutionConfigurations coleção.

DTE

Obtém o objeto de extensibilidade de nível superior.

Parent

Obtém o objeto pai imediato de um SolutionConfigurations objeto.

Métodos

Add(String, String, Boolean)

Cria uma nova configuração de solução com base em uma existente.

GetEnumerator()

Obtém uma enumeração de itens em uma coleção.

Item(Object)

Retorna um SolutionConfiguration objeto em uma SolutionConfigurations coleção.

Aplica-se a