Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- parent
 Type: Microsoft.VisualStudio.Uml.Interactions.IInteraction
- messageKind 
 Type: Microsoft.VisualStudio.Uml.Interactions.MessageKind- Lost = message has an undefined target, Found = undefined source. 
- lostFoundInsertionPoint 
 Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IInsertionPoint- Insertion point for the end that is on a lifeline. 
Return Value
Type: Microsoft.VisualStudio.Uml.Interactions.IMessage
See Also
InteractionExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top