ClosureContextHelper.AddClosureElementOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddClosureElementOperation(ClosureElementOperation) |
Add an element closure element operation to the associated context |
AddClosureElementOperation(ElementGroup, ClosureElementOperation) |
Add an element closure element operation to the group's context |
AddClosureElementOperation(ElementWalker, ClosureElementOperation) |
Add an element closure element operation to the walker's context |
AddClosureElementOperation(ClosureElementOperation)
Add an element closure element operation to the associated context
public:
void AddClosureElementOperation(Microsoft::VisualStudio::Modeling::ClosureElementOperation ^ operation);
public void AddClosureElementOperation (Microsoft.VisualStudio.Modeling.ClosureElementOperation operation);
member this.AddClosureElementOperation : Microsoft.VisualStudio.Modeling.ClosureElementOperation -> unit
Public Sub AddClosureElementOperation (operation As ClosureElementOperation)
Parameters
- operation
- ClosureElementOperation
the operation to add
Applies to
AddClosureElementOperation(ElementGroup, ClosureElementOperation)
Add an element closure element operation to the group's context
public:
static void AddClosureElementOperation(Microsoft::VisualStudio::Modeling::ElementGroup ^ group, Microsoft::VisualStudio::Modeling::ClosureElementOperation ^ operation);
public static void AddClosureElementOperation (Microsoft.VisualStudio.Modeling.ElementGroup group, Microsoft.VisualStudio.Modeling.ClosureElementOperation operation);
static member AddClosureElementOperation : Microsoft.VisualStudio.Modeling.ElementGroup * Microsoft.VisualStudio.Modeling.ClosureElementOperation -> unit
Public Shared Sub AddClosureElementOperation (group As ElementGroup, operation As ClosureElementOperation)
Parameters
- group
- ElementGroup
the Element group
- operation
- ClosureElementOperation
the operation to add
Applies to
AddClosureElementOperation(ElementWalker, ClosureElementOperation)
Add an element closure element operation to the walker's context
public:
static void AddClosureElementOperation(Microsoft::VisualStudio::Modeling::ElementWalker ^ walker, Microsoft::VisualStudio::Modeling::ClosureElementOperation ^ operation);
public static void AddClosureElementOperation (Microsoft.VisualStudio.Modeling.ElementWalker walker, Microsoft.VisualStudio.Modeling.ClosureElementOperation operation);
static member AddClosureElementOperation : Microsoft.VisualStudio.Modeling.ElementWalker * Microsoft.VisualStudio.Modeling.ClosureElementOperation -> unit
Public Shared Sub AddClosureElementOperation (walker As ElementWalker, operation As ClosureElementOperation)
Parameters
- walker
- ElementWalker
the walker
- operation
- ClosureElementOperation
the operation to add