Share via


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

實作

適用於