Share via


InteractionExtensions.CreateMessage Method (IInteraction, IInsertionPoint, IInsertionPoint, MessageKind, MessageSort)

 

Create a complete message, beginning and ending on specified lifelines.

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

Syntax

public static IMessage CreateMessage(
    this IInteraction parent,
    IInsertionPoint sourceInsertionPoint,
    IInsertionPoint targetInsertionPoint,
    MessageKind messageKind,
    MessageSort messageSort
)
public:
[ExtensionAttribute]
static IMessage^ CreateMessage(
    IInteraction^ parent,
    IInsertionPoint^ sourceInsertionPoint,
    IInsertionPoint^ targetInsertionPoint,
    MessageKind messageKind,
    MessageSort messageSort
)
static member CreateMessage : 
        parent:IInteraction *
        sourceInsertionPoint:IInsertionPoint *
        targetInsertionPoint:IInsertionPoint *
        messageKind:MessageKind *
        messageSort:MessageSort -> IMessage
<ExtensionAttribute>
Public Shared Function CreateMessage (
    parent As IInteraction,
    sourceInsertionPoint As IInsertionPoint,
    targetInsertionPoint As IInsertionPoint,
    messageKind As MessageKind,
    messageSort As MessageSort
) As IMessage

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Interactions.IMessage

See Also

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

Return to top