CombinedFragmentExtensions::CreateInteractionOperand Method (ICombinedFragment^, IInteractionOperand^, Boolean)

 

Insert a new Interaction Operand in the Combined Fragment.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

public:
[ExtensionAttribute]
static IInteractionOperand^ CreateInteractionOperand(
	ICombinedFragment^ parent,
	IInteractionOperand^ interactionOperand,
	bool createNewAfter
)

Parameters

parent
Type: Microsoft.VisualStudio.Uml.Interactions::ICombinedFragment^

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.

Return to top
Show: