IExtendedUIService2.IsSupportedType(Type) 方法

定義

傳回值,這個值表示目前目標.NET Framework版本是否支援指定的型別。

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如果目前目標.NET Framework版本支援指定的型別,則為 , false 否則為 。

適用於