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

您要尋找之編輯器的基底型別。

傳回

編輯器的執行個體,可以轉型為指定的編輯器型別,如果找不到要求型別的編輯器,則為 null

實作

備註

這個成員是明確介面成員實作, 只有在 DynamicActivity 執行個體轉換成 ICustomTypeDescriptor 介面時,才能使用這個成員。

適用於