共用方式為


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

要檢查的類型。

傳回

Boolean

如果支援指定的型別,則為 true,否則為 false

適用於