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
- elementGroup
Type: Microsoft.VisualStudio.Modeling.ElementGroup
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.