DbConnectionStringBuilder.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

Type yang mewakili editor untuk objek ini.

Mengembalikan

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

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DbConnectionStringBuilder ke ICustomTypeDescriptor antarmuka.

Untuk informasi selengkapnya, lihat GetEditor.

Berlaku untuk

Lihat juga