LifelineExtensions.FindInsertionPoint Method (ILifeline, IInteractionOperand)

 

Returns an insertion point at the beginning (top) of an Interaction Operand. Use this to add the first message inside the Interaction Operand.

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

Syntax

public static IInsertionPoint FindInsertionPoint(
    this ILifeline lifeline,
    IInteractionOperand currentInteractionOperand
)
public:
[ExtensionAttribute]
static IInsertionPoint^ FindInsertionPoint(
    ILifeline^ lifeline,
    IInteractionOperand^ currentInteractionOperand
)
static member FindInsertionPoint : 
        lifeline:ILifeline *
        currentInteractionOperand:IInteractionOperand -> IInsertionPoint
<ExtensionAttribute>
Public Shared Function FindInsertionPoint (
    lifeline As ILifeline,
    currentInteractionOperand As IInteractionOperand
) As IInsertionPoint

Parameters

Return Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint

See Also

FindInsertionPoint Overload
LifelineExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top