LifelineExtensions::FindInsertionPoint Method (ILifeline^, IInteractionOperand^)
Visual Studio 2015
Returns an insertion point at the beginning (top) of an Interaction Operand. Use this to add the first message inside the Interaction Operand.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
public: [ExtensionAttribute] static IInsertionPoint^ FindInsertionPoint( ILifeline^ lifeline, IInteractionOperand^ currentInteractionOperand )
Parameters
- lifeline
- Type: Microsoft.VisualStudio.Uml.Interactions::ILifeline^
- currentInteractionOperand
- Type: Microsoft.VisualStudio.Uml.Interactions::IInteractionOperand^
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml::IInsertionPoint^
Show: