Sdílet prostřednictvím


LifelineExtensions.FindInsertionPoint – metoda (ILifeline, IInteractionOperand)

Vrátí kurzor na začátek (nahoře) operandu interakce. Zde můžete přidat první zprávu uvnitř Operand interakce.

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

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

Parametry

Vrácená hodnota

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

Poznámka k použití

V jazycích Visual Basic a C# lze tuto metodu volat jako metodu instance libovolného objektu typu ILifeline. Pokud k volání této metody použijete syntaxi metody instance, vynechejte první parametr. Další informace naleznete v tématech Extension Methods (Visual Basic) a Extension Methods (C# Programming Guide).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

LifelineExtensions Třída

FindInsertionPoint – přetížení

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů