ClosureContextHelper.AddClosureElementOperation Method (ElementWalker, ClosureElementOperation)
Add an element closure element operation to the walker's context
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
‘선언
Public Shared Sub AddClosureElementOperation ( _
walker As ElementWalker, _
operation As ClosureElementOperation _
)
public static void AddClosureElementOperation(
ElementWalker walker,
ClosureElementOperation operation
)
public:
static void AddClosureElementOperation(
ElementWalker^ walker,
ClosureElementOperation^ operation
)
static member AddClosureElementOperation :
walker:ElementWalker *
operation:ClosureElementOperation -> unit
public static function AddClosureElementOperation(
walker : ElementWalker,
operation : ClosureElementOperation
)
Parameters
- walker
Type: Microsoft.VisualStudio.Modeling.ElementWalker
the walker
- operation
Type: Microsoft.VisualStudio.Modeling.ClosureElementOperation
.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.