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
- lifeline
Typ: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- currentInteractionOperand
Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml-Namespace