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

转换时要用的区域性。

返回

如果可用,则使用指定图标的 16x16 图像变量;否则使用原有图像。

实现

适用于