SolutionContexts-Schnittstelle

Aktualisiert: November 2007

Enthält alle SolutionContext-Objekte für eine Projektmappenkonfiguration.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

<GuidAttribute("0685B546-FB84-4917-AB98-98D40F892D61")> _
Public Interface SolutionContexts _
    Implements IEnumerable

Dim instance As SolutionContexts
[GuidAttribute("0685B546-FB84-4917-AB98-98D40F892D61")]
public interface SolutionContexts : IEnumerable
[GuidAttribute(L"0685B546-FB84-4917-AB98-98D40F892D61")]
public interface class SolutionContexts : IEnumerable
public interface SolutionContexts extends IEnumerable

Hinweise

Jede Projektmappenkonfiguration enthält ein SolutionContext-Objekt für jedes Projekt in der Projektmappe, und die SolutionContexts-Auflistung enthält alle diese SolutionContext-Objekte. Damit wird definiert, welche Projektkonfiguration und -plattform den Kontext bereitstellt, wenn SolutionConfiguration ausgewählt wird. Gleichzeitig können Sie festlegen, ob das jeweilige Projekt erstellt oder bereitgestellt wird.

Siehe auch

Referenz

SolutionContexts-Member

EnvDTE-Namespace