共用方式為


ParameterConvertingCommand 建構函式

命名空間:  Microsoft.TeamFoundation.MVVM
組件:  Microsoft.TeamFoundation.Controls (在 Microsoft.TeamFoundation.Controls.dll 中)

語法

'宣告
Public Sub New ( _
    command As ICommand, _
    convertFunction As Func(Of Object, Object) _
)
public ParameterConvertingCommand(
    ICommand command,
    Func<Object, Object> convertFunction
)

參數

.NET Framework 安全性

請參閱

參考

ParameterConvertingCommand 類別

Microsoft.TeamFoundation.MVVM 命名空間