Share via


Partition.Contexts Property

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

Syntax

'Declaration
Public ReadOnly Property Contexts As Dictionary(Of Guid, Context)
'Usage
Dim instance As Partition 
Dim value As Dictionary(Of Guid, Context)

value = instance.Contexts
public Dictionary<Guid, Context> Contexts { get; }
public:
property Dictionary<Guid, Context^>^ Contexts {
    Dictionary<Guid, Context^>^ get ();
}
public function get Contexts () : Dictionary<Guid, Context>

Property Value

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

.NET Framework Security

See Also

Reference

Partition Class

Partition Members

Microsoft.VisualStudio.Modeling Namespace