AssociatedValidatorProvider.GetTypeDescriptor(Type) 메서드

정의

지정된 형식의 형식 설명자를 가져옵니다.

protected:
 virtual System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ type);
protected virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type type);
abstract member GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
override this.GetTypeDescriptor : Type -> System.ComponentModel.ICustomTypeDescriptor
Protected Overridable Function GetTypeDescriptor (type As Type) As ICustomTypeDescriptor

매개 변수

type
Type

형식입니다.

반환

ICustomTypeDescriptor

형식 설명자입니다.

적용 대상