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 接口时使用。

适用于