ParameterConvertingCommand Constructor
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
command As ICommand, _
convertFunction As Func(Of Object, Object) _
)
public ParameterConvertingCommand(
ICommand command,
Func<Object, Object> convertFunction
)
public:
ParameterConvertingCommand(
ICommand^ command,
Func<Object^, Object^>^ convertFunction
)
new :
command:ICommand *
convertFunction:Func<Object, Object> -> ParameterConvertingCommand
public function ParameterConvertingCommand(
command : ICommand,
convertFunction : Func<Object, Object>
)
Parameters
- command
Type: System.Windows.Input.ICommand
- convertFunction
Type: System.Func<Object, Object>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.