共用方式為


RibbonWindowSmallIconConverter.Convert 方法

定義

將圖示轉換為其小尺寸的變化形式 (如果有的話)。

此 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 變異影像;否則為原始影像。

實作

適用於