Context.Partitions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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