Udostępnij za pośrednictwem


Partition.Contexts Property

Definition

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

Applies to