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


IAction.Inputs - свойство

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

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

Синтаксис

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

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

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

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

См. также

Ссылки

IAction Интерфейс

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