共用方式為


IOpaqueAction.OutputValues 屬性

取得動作的輸出。

命名空間:  Microsoft.VisualStudio.Uml.Actions
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
ReadOnly Property OutputValues As IEnumerable(Of IOutputPin)
    Get
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 命名空間