Udostępnij za pośrednictwem


Właściwość IMessage.Arguments —

Pobiera argumenty wiadomości.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Interactions
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

Typ: IEnumerable<IValueSpecification>

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IMessage Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Interactions