LifelineExtensions.FindInsertionPointAfterInteractionUse Method (ILifeline, IInteractionUse)
Returns an insertion point immediately after the given Interaction Use.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static IInsertionPoint FindInsertionPointAfterInteractionUse(
this ILifeline lifeline,
IInteractionUse previousInteractionUse
)
public:
[ExtensionAttribute]
static IInsertionPoint^ FindInsertionPointAfterInteractionUse(
ILifeline^ lifeline,
IInteractionUse^ previousInteractionUse
)
static member FindInsertionPointAfterInteractionUse :
lifeline:ILifeline *
previousInteractionUse:IInteractionUse -> IInsertionPoint
<ExtensionAttribute>
Public Shared Function FindInsertionPointAfterInteractionUse (
lifeline As ILifeline,
previousInteractionUse As IInteractionUse
) As IInsertionPoint
Parameters
- lifeline
Type: Microsoft.VisualStudio.Uml.Interactions.ILifeline
- previousInteractionUse
Type: Microsoft.VisualStudio.Uml.Interactions.IInteractionUse
Return Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint
See Also
LifelineExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top