ClosureContextHelper.ClosureContext Property

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

Syntax

'宣言
Public ReadOnly Property ClosureContext As Dictionary(Of Object, Object)
'使用
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>

Permissions

See Also

Reference

ClosureContextHelper Class

ClosureContextHelper Members

Microsoft.VisualStudio.Modeling Namespace