共用方式為


IOpaqueAction.InputValues 屬性

取得動作的輸入。

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

語法

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