AxHost.ICustomTypeDescriptor.GetEditor(Type) Metoda

Definicja

Zwraca edytor określonego typu dla bieżącego obiektu.

 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

Parametry

editorBaseType
Type

Obiekt Type reprezentujący edytor dla bieżącego obiektu.

Zwraca

Object

Obiekt określonego typu, który jest edytorem bieżącego obiektu lub null jeśli nie można odnaleźć edytora.

Implementuje

Dotyczy