RelayConverter-Konstruktor

Namespace:  Microsoft.TeamFoundation.Controls.WPF.Converters
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    convert As Func(Of Object, Type, Object, CultureInfo, Object), _
    convertBack As Func(Of Object, Type, Object, CultureInfo, Object) _
)
public RelayConverter(
    Func<Object, Type, Object, CultureInfo, Object> convert,
    Func<Object, Type, Object, CultureInfo, Object> convertBack
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

RelayConverter Klasse

Microsoft.TeamFoundation.Controls.WPF.Converters-Namespace