DynamicActivity.ICustomTypeDescriptor.GetEditor(Type) Method

Definition

Returns an editor with the specified base 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

Parameters

editorBaseType
Type

The base type of the editor you want to find.

Returns

An instance of the editor that can be cast to the specified editor type or null if no editor of the requested type can be found.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DynamicActivity instance is cast to an ICustomTypeDescriptor interface.

Applies to