Share via


InteractionExtensions.CreateLostFoundMessage Method (IInteraction, MessageKind, IInsertionPoint)

 

Create a message that does not begin on a lifeline, or that does not end on a lifeline.

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

Syntax

public static IMessage CreateLostFoundMessage(
    this IInteraction parent,
    MessageKind messageKind,
    IInsertionPoint lostFoundInsertionPoint
)
public:
[ExtensionAttribute]
static IMessage^ CreateLostFoundMessage(
    IInteraction^ parent,
    MessageKind messageKind,
    IInsertionPoint^ lostFoundInsertionPoint
)
static member CreateLostFoundMessage : 
        parent:IInteraction *
        messageKind:MessageKind *
        lostFoundInsertionPoint:IInsertionPoint -> IMessage
<ExtensionAttribute>
Public Shared Function CreateLostFoundMessage (
    parent As IInteraction,
    messageKind As MessageKind,
    lostFoundInsertionPoint As IInsertionPoint
) As IMessage

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Interactions.IMessage

See Also

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

Return to top