다음을 통해 공유


AssociatedMetadataProvider.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

형식 설명자 개체입니다.

적용 대상