Freigeben über


LifelineExtensions.FindInsertionPoint-Methode (ILifeline, IInteractionOperand)

Gibt eine Einfügemarke am Anfang (oben) eines Interaktionsoperanden zurück. Verwenden Sie dies, um die erste Nachricht innerhalb des Interaktionsoperanden hinzuzufügen.

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

Syntax

'Declaration
<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

Parameter

Rückgabewert

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

Hinweis zur Verwendung

In Visual Basic und C# können Sie diese Methode als Instanzenmethode für ein beliebiges Objekt vom Typ ILifeline aufrufen. Bei Verwendung der Syntax für Instanzenmethoden lassen Sie den ersten Parameter aus. Weitere Informationen finden Sie unter Erweiterungsmethoden (Visual Basic) und Erweiterungsmethoden (C#-Programmierhandbuch).

.NET Framework-Sicherheit

Siehe auch

Referenz

LifelineExtensions Klasse

FindInsertionPoint-Überladung

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml-Namespace