ClosureContextHelper.GetClosureContext Method (ElementWalker)

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

Return Value

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

Permissions

See Also

Reference

ClosureContextHelper Class

ClosureContextHelper Members

GetClosureContext Overload

Microsoft.VisualStudio.Modeling Namespace