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


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

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

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

Синтаксис

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

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

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

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

См. также

Ссылки

IOpaqueAction Интерфейс

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