Sdílet prostřednictvím


InteractionBuilder.AddMessage – metoda

Obor názvů:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Sestavení:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (v Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntaxe

'Deklarace
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

Parametry

  • name
    Typ: String

Vrácená hodnota

Typ: Microsoft.VisualStudio.Uml.Interactions.IMessage
Vrátí IMessage.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

InteractionBuilder Třída

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml – obor názvů