Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Get the closure context from the element walker.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
The element group that holds the closure context
Return Value
Type: System.Collections.Generic.Dictionary<Object, Object>
IDictionary
.NET Framework Security
- 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.