Share via


Context.Partitions Property

Definition

The Partitions that are used by the Context. The Dictionary keys are the IDs of the Partitions. The Dictionary values are the Partition instances.

public:
 property System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Partition ^> ^ Partitions { System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Partition ^> ^ get(); };
public System.Collections.Generic.Dictionary<Guid,Microsoft.VisualStudio.Modeling.Partition> Partitions { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Partitions : System.Collections.Generic.Dictionary<Guid, Microsoft.VisualStudio.Modeling.Partition>
Public ReadOnly Property Partitions As Dictionary(Of Guid, Partition)

Property Value

Attributes

Applies to