Partition::Contexts Property

 

The Contexts that are referenced by the Partition. The Dictionary keys are the IDs of the Contexts. The Dictionary values are the Context instances.

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

public:
property Dictionary<Guid, Context^>^ Contexts {
	Dictionary<Guid, Context^>^ get();
}
Return to top
Show: