BooleanToVisibilityConverter.Convert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將布林值轉換為 Visibility 列舉值。
public:
virtual System::Object ^ Convert(System::Object ^ value, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);
abstract member Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
override this.Convert : obj * Type * obj * System.Globalization.CultureInfo -> obj
Public Function Convert (value As Object, targetType As Type, parameter As Object, culture As CultureInfo) As Object
參數
- value
- Object
要轉換的布林值。 此值可以是標準布林值或可為 null 的布林值。
- targetType
- Type
不使用這個參數。
- parameter
- Object
不使用這個參數。
- culture
- CultureInfo
不使用這個參數。
傳回
如果 Visible 為 value
,則為 true
,否則為 Collapsed。