共用方式為


BooleanToVisibilityConverter.ConvertBack 方法

定義

Visibility 列舉值轉換為布林值。

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

Visibility 列舉值。

targetType
Type

不使用這個參數。

parameter
Object

不使用這個參數。

culture
CultureInfo

不使用這個參數。

傳回

如果 truevalue,則為 Visible,否則為 false

實作

適用於