Share via


InteractionBuilder.AddMessage Method (String, MessageSort, ILifeline, ILifeline)

 

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

Syntax

public IMessage AddMessage(
    string name,
    MessageSort sort,
    ILifeline source,
    ILifeline target
)
public:
IMessage^ AddMessage(
    String^ name,
    MessageSort sort,
    ILifeline^ source,
    ILifeline^ target
)
member AddMessage : 
        name:string *
        sort:MessageSort *
        source:ILifeline *
        target:ILifeline -> IMessage
Public Function AddMessage (
    name As String,
    sort As MessageSort,
    source As ILifeline,
    target As ILifeline
) As IMessage

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Interactions.IMessage

Returns IMessage.

See Also

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

Return to top