IDestinationTypeProvider.GetDestinationType 方法

定义

返回 CLR Type,用于标识相关类型转换器或标记扩展的目标类型。

public:
 Type ^ GetDestinationType();
public Type GetDestinationType ();
abstract member GetDestinationType : unit -> Type
Public Function GetDestinationType () As Type

返回

Type

目标类型的 CLR Type 值。

注解

此方法没有输入参数。 返回 (的内容以及是否返回除) 以外的 null 任何内容取决于 XAML 节点流中的当前节点位置。

服务实现者

如果重新实施此服务,该方法 GetDestinationType 应返回标记扩展或类型转换器预期针对其最具体的转换或输出类型进行检查的类型。

适用于