Freigeben über


Partition.Contexts-Eigenschaft

Die Kontexte, auf die von der Partition verwiesen wird. Die Dictionary-Schlüssel sind die Context-IDs. Die Dictionary-Werte sind die Context-Instanzen.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property Contexts As Dictionary(Of Guid, Context)
public Dictionary<Guid, Context> Contexts { get; }

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<Guid, Context>

.NET Framework-Sicherheit

Siehe auch

Referenz

Partition Klasse

Microsoft.VisualStudio.Modeling-Namespace