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

互換性をテストする型。

返品

が型の説明とその型記述プロバイダーのチェーンと互換性がある場合は a0/&

例外

typenullです。

適用対象