InteractionExtensions::CreateLostFoundMessage Method (IInteraction^, MessageKind, IInsertionPoint^)
Visual Studio 2015
Create a message that does not begin on a lifeline, or that does not end on a lifeline.
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 Value
Type: Microsoft.VisualStudio.Uml.Interactions::IMessage^
Show: