InteractionExtensions::CreateCombinedFragment Method (IInteraction^, InteractionOperatorKind, IInteractionUse^)
Visual Studio 2015
Create a Combined Fragment containing one operand. You can add more operands later.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static ICombinedFragment^ CreateCombinedFragment( IInteraction^ parent, InteractionOperatorKind operatorKind, IInteractionUse^ interactionUse )
Parameters
- parent
- Type: Microsoft.VisualStudio.Uml.Interactions::IInteraction^
- operatorKind
-
Type:
Microsoft.VisualStudio.Uml.Interactions::InteractionOperatorKind
The operator defines how the combination of fragments is interpreted - alternatives, parallel, and so on.
- interactionUse
-
Type:
Microsoft.VisualStudio.Uml.Interactions::IInteractionUse^
An existing interaction use that should be covered by the initial operand of the combined fragment.
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions::ICombinedFragment^
Show: