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)

public:
[ExtensionAttribute]
static IMessage^ CreateLostFoundMessage(
	IInteraction^ parent,
	MessageKind messageKind,
	IInsertionPoint^ lostFoundInsertionPoint
)

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 to top
Show: