DbDataRecord.ICustomTypeDescriptor.GetEditor(Type) 方法

定義

傳回元件的這個執行個體之指定類型編輯器。

 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

參數

editorBaseType
Type

表示此物件編輯器的 Type

傳回

為此物件之編輯器的指定類型 Object,如果找不到編輯器,則為 null

實作

備註

如需詳細資訊,請參閱GetEditor

適用於

另請參閱