Share via


InteractionBuilder.AddMessage Method

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

Syntax

'Declaration
Public Function AddMessage ( _
    name As String, _
    sort As MessageSort, _
    source As ILifeline, _
    target As ILifeline _
) As IMessage
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 : String, 
    sort : MessageSort, 
    source : ILifeline, 
    target : ILifeline
) : IMessage

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Interactions.IMessage
Returns IMessage.

.NET Framework Security

See Also

Reference

InteractionBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace