Bagikan melalui


WebPartMenuStyle.ICustomTypeDescriptor.GetEditor(Type) Metode

Definisi

Mengembalikan editor dari jenis yang ditentukan untuk instans komponen ini. Metode ini mengimplementasikan GetEditor(Type) metode .

 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

Jenis ObjecteditorBaseType yang berfungsi sebagai editor untuk objek ini, atau null jika editor tidak dapat ditemukan.

Penerapan

Berlaku untuk

Lihat juga