IMultiTargetingSupportService.IsSupportedType(Type) 方法

定义

返回一个值,指示是否支持指定的类型。

public:
 bool IsSupportedType(Type ^ type);
public bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
Public Function IsSupportedType (type As Type) As Boolean

参数

type
Type

要检查的类型。

返回

如果支持指定的类型,则为 true;否则为 false

适用于