AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor Método

Definición

Obtiene un descriptor de tipo para el tipo y el objeto especificados.

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

Parámetros

objectType
Type

Tipo de objeto para el que se va a recuperar el descriptor de tipo.

instance
Object

Instancia del tipo .

Devoluciones

Descriptor que proporciona metadatos para el tipo.

Se aplica a