SolutionContext-Schnittstelle

Aktualisiert: November 2007

Stellt alle Projekte in der Projektmappe dar, von denen einige erstellt werden, sowie die Projektkonfiguration und -plattform, die beim Auswählen eines bestimmten SolutionConfiguration-Objekts den Kontext bereitstellen.

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

Syntax

<GuidAttribute("FC6A1A82-9C8A-47BB-A046-6E965DF5A99B")> _
Public Interface SolutionContext

Dim instance As SolutionContext
[GuidAttribute("FC6A1A82-9C8A-47BB-A046-6E965DF5A99B")]
public interface SolutionContext
[GuidAttribute(L"FC6A1A82-9C8A-47BB-A046-6E965DF5A99B")]
public interface class SolutionContext
public interface SolutionContext

Hinweise

Jedem Projekt in der Projektmappe ist ein SolutionContext-Objekt zugeordnet, in dem die jeweilige Projektkonfiguration und -plattform definiert sind, die beim Auswählen von SolutionConfiguration den Kontext bereitstellen. Mithilfe dieses Objekts können Sie festlegen, ob ein bestimmtes Projekt erstellt oder bereitgestellt wird.

Siehe auch

Referenz

SolutionContext-Member

EnvDTE-Namespace