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
'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
Parameters
- lifeline
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- currentInteractionOperand
Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionOperand
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ILifeline. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace