Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Shared Sub AddClosureElementOperation ( _
group As ElementGroup, _
operation As ClosureElementOperation _
)
'使用
Dim group As ElementGroup
Dim operation As ClosureElementOperation
ClosureContextHelper.AddClosureElementOperation(group, _
operation)
public static void AddClosureElementOperation(
ElementGroup group,
ClosureElementOperation operation
)
public:
static void AddClosureElementOperation(
ElementGroup^ group,
ClosureElementOperation^ operation
)
public static function AddClosureElementOperation(
group : ElementGroup,
operation : ClosureElementOperation
)
Parameters
- group
Type: Microsoft.VisualStudio.Modeling.ElementGroup
- operation
Type: Microsoft.VisualStudio.Modeling.ClosureElementOperation
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.