Sdílet prostřednictvím


IMessage.Arguments – vlastnost

Získá zprávy argumenty.

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)
    Get
IEnumerable<IValueSpecification> Arguments { get; }
property IEnumerable<IValueSpecification^>^ Arguments {
    IEnumerable<IValueSpecification^>^ get ();
}
abstract Arguments : IEnumerable<IValueSpecification>
function get Arguments () : IEnumerable<IValueSpecification>

Hodnota vlastnosti

Typ: System.Collections.Generic.IEnumerable<IValueSpecification>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IMessage Rozhraní

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