Interop.ICustomTypeDescriptor.GetEditor(Type) Método
Definição
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
Parâmetros
- editorBaseType
- Type
O tipo de editor solicitado.The type of the requested editor.
Retornos
O editor do Activity independente.The editor for the contained Activity.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de Interop é convertida em uma interface de ICustomTypeDescriptor.It can be used only when the Interop instance is cast to an ICustomTypeDescriptor interface.