RibbonWindowSmallIconConverter.Convert 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將圖示轉換為其小尺寸的變化形式 (如果有的話)。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
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
要進行轉換的值。
- targetType
- Type
要轉換成的型別。
- parameter
- Object
要使用的轉換子參數。
- culture
- CultureInfo
轉換時使用的文化特性。
傳回
如果有則為指定圖示的 16 x 16 變異影像;否則為原始影像。