共用方式為


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

傳回

例外狀況

type null

適用於