Sdílet prostřednictvím


AssociatedMetadataTypeTypeDescriptionProvider.GetTypeDescriptor Metoda

Definice

Získá popisovač typu pro zadaný typ a objekt.

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

Parametry

objectType
Type

Typ objektu, pro který se má načíst popisovač typu.

instance
Object

Instance typu.

Návraty

Popisovač, který poskytuje metadata pro typ.

Platí pro