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


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

Получает закрепления, в которые вводятся значения аргументов.

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

Синтаксис

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

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

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

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

См. также

Ссылки

IInvocationAction Интерфейс

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