CornerRadiusToThicknessConverter.ConvertBack Metodo

Definizione

Non implementato.

Questa documentazione si applica a WinUI 2 per UWP (per WinUI nella SDK per app di Windows, vedere gli spazi dei nomi SDK per app di Windows).

public:
 virtual Platform::Object ^ ConvertBack(Platform::Object ^ value, TypeName targetType, Platform::Object ^ parameter, Platform::String ^ language) = ConvertBack;
IInspectable ConvertBack(IInspectable const& value, TypeName const& targetType, IInspectable const& parameter, winrt::hstring const& language);
public object ConvertBack(object value, System.Type targetType, object parameter, string language);
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, language As String) As Object

Parametri

value
Object

I dati di destinazione passati all'origine.

targetType
TypeName Type

Tipo della proprietà di destinazione.

parameter
Object

Parametro facoltativo da usare nella logica del convertitore.

language
String

Lingua della conversione.

Restituisce

Object

Valore da passare all'oggetto di origine.

Implementazioni

M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object,Windows.UI.Xaml.Interop.TypeName,System.Object,System.String) M:Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.String)

Commenti

Il metodo IValueConverter.ConvertBack dell'interfaccia IValueConverter viene chiamato solo nelle associazioni TwoWay . Non viene implementato per CornerRadiusToThicknessConverter.

Si applica a