Freigeben über


SolutionContext.Collection-Eigenschaft

Gibt die SolutionContexts-Auflistung mit dem SolutionContext-Objekt zurück, das diese Eigenschaft unterstützt.

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

Syntax

'Declaration
ReadOnly Property Collection As SolutionContexts
SolutionContexts Collection { get; }
property SolutionContexts^ Collection {
    SolutionContexts^ get ();
}
abstract Collection : SolutionContexts
function get Collection () : SolutionContexts

Eigenschaftswert

Typ: EnvDTE.SolutionContexts
Eine SolutionContexts-Auflistung.

.NET Framework-Sicherheit

Siehe auch

Referenz

SolutionContext Schnittstelle

EnvDTE-Namespace

Weitere Ressourcen

Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell