Sdílet prostřednictvím


IMessage.Signature – vlastnost

Operace nebo signálu, které tato zpráva představuje výskyt.Pokud je signál, musí být MessageSort asynchronní.

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

Syntaxe

'Deklarace
Property Signature As INamedElement
INamedElement Signature { get; set; }
property INamedElement^ Signature {
    INamedElement^ get ();
    void set (INamedElement^ value);
}
abstract Signature : INamedElement with get, set
function get Signature () : INamedElement 
function set Signature (value : INamedElement)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.INamedElement

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IMessage Rozhraní

Microsoft.VisualStudio.Uml.Interactions – obor názvů