AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor Méthode

Définition

Obtient un descripteur de type pour le type et l'objet spécifiés.

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

Paramètres

objectType
Type

Type d'objet pour lequel le descripteur de type doit être récupéré.

instance
Object

Instance du type.

Retours

Descripteur qui fournit des métadonnées pour le type.

S’applique à