Sdílet prostřednictvím


InteractionBuilder.AddLostMessage – metoda

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

Syntaxe

'Deklarace
Public Function AddLostMessage ( _
    name As String, _
    source As ILifeline _
) As IMessage
public IMessage AddLostMessage(
    string name,
    ILifeline source
)
public:
IMessage^ AddLostMessage(
    String^ name, 
    ILifeline^ source
)
member AddLostMessage : 
        name:string * 
        source:ILifeline -> IMessage
public function AddLostMessage(
    name : String, 
    source : 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ů