ZoomPercentageConverter.ConvertBack(Object, Type, Object, CultureInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- parameter
- Object
null
.
- culture
- CultureInfo
轉換時假設使用的語言和文化特性。
傳回
轉換子無法產生值時則為 UnsetValue;例如,當 value
不是有效的百分比或當 targetType
不是 Double 或 String 時。
-或-
Double,表示 DocumentViewer 的縮放百分比。
實作
備註
當資料系結引擎將值從系結目標移至系結來源時,會呼叫這個方法。
UnsetValue 可能會傳回 ,指出轉換子不會產生任何值,而且應該改用後援 (可用) 或預設值。
傳遞 null
。 parameter
這個參數是由 的 ConvertBack 簽章所要求,而且是由某些實作用來提供內容資訊給轉換子;但這個類別中不會使用此參數。