ClosureContextHelper.GetClosureContext Method (ElementGroup)

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

Syntax

'宣言
Public Shared Function GetClosureContext ( _
    elementGroup As ElementGroup _
) As Dictionary(Of Object, Object)
'使用
Dim elementGroup As ElementGroup
Dim returnValue As Dictionary(Of Object, Object)

returnValue = ClosureContextHelper.GetClosureContext(elementGroup)
public static Dictionary<Object, Object> GetClosureContext(
    ElementGroup elementGroup
)
public:
static Dictionary<Object^, Object^>^ GetClosureContext(
    ElementGroup^ elementGroup
)
public static function GetClosureContext(
    elementGroup : ElementGroup
) : 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