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