LifelineExtensions.FindInsertionPoint – metoda (ILifeline, IInteractionOperand)
Vrátí kurzor na začátek (nahoře) operandu interakce.Na to 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
- lifeline
Typ: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- currentInteractionOperand
Typ: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
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 Metody rozšíření (Visual Basic) a Metody rozšíření (Průvodce programováním v C#).
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
FindInsertionPoint – přetížení
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů