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


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

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

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

Синтаксис

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

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

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

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

См. также

Ссылки

IAction Интерфейс

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