Share via


DbDataRecord.ICustomTypeDescriptor.GetEditor(Type) Metode

Definisi

Mengembalikan editor dari jenis yang ditentukan untuk instans komponen ini.

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

Parameter

editorBaseType
Type

yang Type mewakili editor untuk objek ini.

Mengembalikan

Object Jenis yang ditentukan yang merupakan editor untuk objek ini, atau null jika editor tidak dapat ditemukan.

Penerapan

Keterangan

Untuk informasi selengkapnya, lihat GetEditor.

Berlaku untuk

Lihat juga