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


IOpaqueAction.InputValues - свойство

Получает входные данные для действия.

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

Синтаксис

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

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

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

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

См. также

Ссылки

IOpaqueAction Интерфейс

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