ParameterConvertingCommand Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

.NET Framework Security

See Also

Reference

ParameterConvertingCommand Class

Microsoft.TeamFoundation.MVVM Namespace