LifelineExtensions.FindInsertionPoint Method

 

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

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static FindInsertionPoint(ILifeline, IExecutionSpecification)

Returns an insertion point at the beginning (top) of an Execution Specification. Use this to add the first message to or from the Execution Specification.

System_CAPS_pubmethodSystem_CAPS_static FindInsertionPoint(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.

See Also

LifelineExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top