AssociatedMetadataProvider.GetTypeDescriptor(Type) Methode

Definition

Gibt beim Überschreiben in einer abgeleiteten Klasse ein Beschreibungsobjekt für einen angegebenen Typ zurück.

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

Parameter

type
Type

Der Typ.

Gibt zurück

Das Objekt der Typenbeschreibung.

Gilt für: