Share via


ClosureContextHelper.ClosureContext Property

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

Syntax

'Declaration
Public ReadOnly Property ClosureContext As Dictionary(Of Object, Object)
'Usage
Dim instance As ClosureContextHelper 
Dim value As Dictionary(Of Object, Object)

value = instance.ClosureContext
public Dictionary<Object, Object> ClosureContext { get; }
public:
property Dictionary<Object^, Object^>^ ClosureContext {
    Dictionary<Object^, Object^>^ get ();
}
public function get ClosureContext () : Dictionary<Object, Object>

Property Value

Type: System.Collections.Generic.Dictionary<Object, Object>

.NET Framework Security

See Also

Reference

ClosureContextHelper Class

ClosureContextHelper Members

Microsoft.VisualStudio.Modeling Namespace