ClosureContextHelper.GetClosureContext Method (ElementGroup)

Get the closure context from the element walker.

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

Syntax

'Declaration
Public Shared Function GetClosureContext ( _
    elementGroup As ElementGroup _
) As Dictionary(Of Object, Object)
public static Dictionary<Object, Object> GetClosureContext(
    ElementGroup elementGroup
)
public:
static Dictionary<Object^, Object^>^ GetClosureContext(
    ElementGroup^ elementGroup
)
static member GetClosureContext : 
        elementGroup:ElementGroup -> Dictionary<Object, Object> 
public static function GetClosureContext(
    elementGroup : ElementGroup
) : Dictionary<Object, Object>

Parameters

Return Value

Type: Dictionary<Object, Object>
IDictionary

.NET Framework Security

See Also

Reference

ClosureContextHelper Class

GetClosureContext Overload

Microsoft.VisualStudio.Modeling Namespace