次の方法で共有


TypeDescriptionProvider.IsRegisteredType(Type) メソッド

定義

型が RegisterType<T>()を通じてプロバイダーに登録されたかどうかを判断します。

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

パラメーター

type
Type

戻り値

例外

typenullです。

適用対象