Поделиться через


AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor Метод

Определение

Получает дескриптор типа для заданного типа и объекта.

public:
 override System::ComponentModel::ICustomTypeDescriptor ^ GetTypeDescriptor(Type ^ objectType, System::Object ^ instance);
public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object instance);
public override System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor (Type objectType, object? instance);
override this.GetTypeDescriptor : Type * obj -> System.ComponentModel.ICustomTypeDescriptor
Public Overrides Function GetTypeDescriptor (objectType As Type, instance As Object) As ICustomTypeDescriptor

Параметры

objectType
Type

Тип объекта, для которого нужно извлечь дескриптор.

instance
Object

Экземпляр типа.

Возвращаемое значение

Дескриптор, предоставляющий метаданные для типа.

Применяется к