CombinedFragmentExtensions::CreateInteractionOperand Method (ICombinedFragment^, IInteractionOperand^, Boolean)
Visual Studio 2015
Insert a new Interaction Operand in the Combined Fragment.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IInteractionOperand^ CreateInteractionOperand( ICombinedFragment^ parent, IInteractionOperand^ interactionOperand, bool createNewAfter )
Parameters
- interactionOperand
-
Type:
Microsoft.VisualStudio.Uml.Interactions::IInteractionOperand^
The new operand will be inserted immediately before or after this one.
- createNewAfter
-
Type:
System::Boolean
If true, the new operand will be inserted after the existing operand. If false, the new operand will be inserted before the existing operand.
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions::IInteractionOperand^The new interaction operand.
Show: