LifelineExtensions.FindInsertionPointAfterMessage Method
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
'Declaration
<ExtensionAttribute> _
Public Shared Function FindInsertionPointAfterMessage ( _
lifeline As ILifeline, _
previousMessage As IMessage _
) As IInsertionPoint
public static IInsertionPoint FindInsertionPointAfterMessage(
this ILifeline lifeline,
IMessage previousMessage
)
[ExtensionAttribute]
public:
static IInsertionPoint^ FindInsertionPointAfterMessage(
ILifeline^ lifeline,
IMessage^ previousMessage
)
static member FindInsertionPointAfterMessage :
lifeline:ILifeline *
previousMessage:IMessage -> IInsertionPoint
public static function FindInsertionPointAfterMessage(
lifeline : ILifeline,
previousMessage : IMessage
) : 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
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