IDestinationTypeProvider.GetDestinationType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 CLR Type,用于标识相关类型转换器或标记扩展的目标类型。
public:
Type ^ GetDestinationType();
public Type GetDestinationType ();
abstract member GetDestinationType : unit -> Type
Public Function GetDestinationType () As Type
返回
目标类型的 CLR Type 值。
注解
此方法没有输入参数。 返回 (的内容以及是否返回除) 以外的 null
任何内容取决于 XAML 节点流中的当前节点位置。
服务实现者
如果重新实施此服务,该方法 GetDestinationType 应返回标记扩展或类型转换器预期针对其最具体的转换或输出类型进行检查的类型。