共用方式為


ZoomPercentageConverter.ConvertBack(Object, Type, Object, CultureInfo) 方法

定義

將先前轉換的 Zoom 值傳回給 Double,其可指派給 Zoom

public:
 virtual System::Object ^ ConvertBack(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.ConvertBack : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function ConvertBack (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object

參數

value
Object

要轉換回 Double 的物件。

targetType
Type

value 的類型。 這必須是 DoubleString

parameter
Object

null.

culture
CultureInfo

轉換時假設使用的語言和文化特性。

傳回

轉換子無法產生值時則為 UnsetValue;例如,當 value 不是有效的百分比或當 targetType 不是 DoubleString 時。

-或-

Double,表示 DocumentViewer 的縮放百分比。

實作

備註

當資料系結引擎將值從系結目標移至系結來源時,會呼叫這個方法。

UnsetValue 可能會傳回 ,指出轉換子不會產生任何值,而且應該改用後援 (可用) 或預設值。

傳遞 nullparameter 這個參數是由 的 ConvertBack 簽章所要求,而且是由某些實作用來提供內容資訊給轉換子;但這個類別中不會使用此參數。

適用於