SolutionConfiguration.Collection-Eigenschaft
Ruft die SolutionConfigurations-Auflistung mit dem SolutionConfiguration-Objekt ab, das diese Eigenschaft unterstützt.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Collection As SolutionConfigurations
SolutionConfigurations Collection { get; }
property SolutionConfigurations^ Collection {
SolutionConfigurations^ get ();
}
abstract Collection : SolutionConfigurations
function get Collection () : SolutionConfigurations
Eigenschaftswert
Typ: EnvDTE.SolutionConfigurations
Eine SolutionConfigurations-Auflistung.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
SolutionConfiguration Schnittstelle
Weitere Ressourcen
Gewusst wie: Kompilieren und Ausführen der Codebeispiele für das Automatisierungsobjektmodell