Bagikan melalui


DynamicActivity<TResult>.ICustomTypeDescriptor.GetEditor(Type) Metode

Definisi

Mengembalikan editor dengan jenis dasar yang ditentukan.

 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

Jenis dasar editor yang ingin Anda temukan.

Mengembalikan

Instans editor yang dapat ditransmisikan ke jenis editor yang ditentukan, atau null jika tidak ada editor dari jenis yang diminta yang dapat ditemukan.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DynamicActivity<TResult> ke ICustomTypeDescriptor antarmuka.

Berlaku untuk