共用方式為


Interop.ICustomTypeDescriptor.GetEditor(Type) 方法

定義

傳回包含之 Activity 的編輯器。

 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

所要求編輯器的型別。

傳回

包含之 Activity 的編輯器。

實作

備註

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

適用於