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입니다.

적용 대상