Поделиться через


IMessage.Arguments - свойство

Получает аргументы сообщения.

Пространство имен:  Microsoft.VisualStudio.Uml.Interactions
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property Arguments As IEnumerable(Of IValueSpecification)
IEnumerable<IValueSpecification> Arguments { get; }
property IEnumerable<IValueSpecification^>^ Arguments {
    IEnumerable<IValueSpecification^>^ get ();
}
abstract Arguments : IEnumerable<IValueSpecification>
function get Arguments () : IEnumerable<IValueSpecification>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IValueSpecification>

Безопасность платформы .NET Framework

См. также

Ссылки

IMessage Интерфейс

Microsoft.VisualStudio.Uml.Interactions - пространство имен