Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property Contexts As Dictionary(Of Guid, Context)
'Usage
Dim instance As Partition
Dim value As Dictionary(Of Guid, Context)
value = instance.Contexts
public Dictionary<Guid, Context> Contexts { get; }
public:
property Dictionary<Guid, Context^>^ Contexts {
Dictionary<Guid, Context^>^ get ();
}
public function get Contexts () : Dictionary<Guid, Context>
Property Value
Type: System.Collections.Generic.Dictionary<Guid, Context>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.