Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Function GetClosureContext ( _
walker As ElementWalker _
) As Dictionary(Of Object, Object)
'使用
Dim walker As ElementWalker
Dim returnValue As Dictionary(Of Object, Object)
returnValue = ClosureContextHelper.GetClosureContext(walker)
public static Dictionary<Object, Object> GetClosureContext(
ElementWalker walker
)
public:
static Dictionary<Object^, Object^>^ GetClosureContext(
ElementWalker^ walker
)
public static function GetClosureContext(
walker : ElementWalker
) : Dictionary<Object, Object>
Parameters
- walker
Type: Microsoft.VisualStudio.Modeling.ElementWalker
Return Value
Type: System.Collections.Generic.Dictionary<Object, Object>
Permissions
- 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.