Partition.Contexts 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 Contexts that are referenced by the Partition. The Dictionary keys are the IDs of the Contexts. The Dictionary values are the Context instances.
public:
property System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Context ^> ^ Contexts { System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Context ^> ^ get(); };
public System.Collections.Generic.Dictionary<Guid,Microsoft.VisualStudio.Modeling.Context> Contexts { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Contexts : System.Collections.Generic.Dictionary<Guid, Microsoft.VisualStudio.Modeling.Context>
Public ReadOnly Property Contexts As Dictionary(Of Guid, Context)
Property Value
- Attributes