AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor(Type) Methode

Definition

Ruft einen Editor des angegebenen Typs für dieses-Objekt ab.

 virtual System::Object ^ System.ComponentModel.ICustomTypeDescriptor.GetEditor(Type ^ editorBaseType) = System::ComponentModel::ICustomTypeDescriptor::GetEditor;
object ICustomTypeDescriptor.GetEditor (Type editorBaseType);
override this.System.ComponentModel.ICustomTypeDescriptor.GetEditor : Type -> obj
Function GetEditor (editorBaseType As Type) As Object Implements ICustomTypeDescriptor.GetEditor

Parameter

editorBaseType
Type

Ein verwalteter, Type der den Editor für dieses Objekt darstellt.

Gibt zurück

Object

Gibt ein Objekt vom angegebenen Typ zurück, das den Editor für dieses Objekt ist, oder gibt NULL zurück, wenn der Editor nicht gefunden werden kann.

Implementiert

Gilt für