SolutionConfigurations Schnittstelle

Definition

Enthält alle SolutionConfiguration in der Projektmappe.

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
Attribute
Implementiert

Eigenschaften

Count

Ruft einen Wert ab, der die Anzahl von Objekten in der SolutionConfigurations-Auflistung angibt.

DTE

Ruft das Erweiterbarkeitsobjekt der obersten Ebene ab.

Parent

Ruft das unmittelbar übergeordnete Objekt eines SolutionConfigurations-Objekts ab.

Methoden

Add(String, String, Boolean)

Erstellt eine neue Projektmappenkonfiguration basierend auf einer vorhandenen Konfiguration.

GetEnumerator()

Ruft eine Enumeration für Elemente in einer Auflistung ab.

Item(Object)

Ruft ein SolutionConfiguration-Objekt in einer SolutionConfigurations-Auflistung ab.

Gilt für