TypeDescriptionProvider.IsSupportedType(Type) 方法

定義

取得值,這個值指出指定的型別是否與型別描述及其型別描述提供者的鏈結相容。

public:
 virtual bool IsSupportedType(Type ^ type);
public virtual bool IsSupportedType (Type type);
abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> bool
Public Overridable Function IsSupportedType (type As Type) As Boolean

參數

type
Type

要測試其相容性的型別。

傳回

如果 type 與型別描述及其型別描述提供者的鏈結相容則為 true,否則為 false

例外狀況

typenull

適用於