Sdílet prostřednictvím


IMessage.Arguments – vlastnost

Argumenty zprávy získá.

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

Syntaxe

'Deklarace
ReadOnly Property Arguments As IEnumerable(Of IValueSpecification)
IEnumerable<IValueSpecification> Arguments { get; }
property IEnumerable<IValueSpecification^>^ Arguments {
    IEnumerable<IValueSpecification^>^ get ();
}
abstract Arguments : IEnumerable<IValueSpecification> with get
function get Arguments () : IEnumerable<IValueSpecification>

Hodnota vlastnosti

Typ: IEnumerable<IValueSpecification>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IMessage Rozhraní

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