DbDataRecord.ICustomTypeDescriptor.GetEditor(Type) Metoda

Definicja

Zwraca edytor określonego typu dla tego wystąpienia składnika.

 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 tego obiektu.

Zwraca

Określony Object typ, który jest edytorem tego obiektu lub null jeśli nie można odnaleźć edytora.

Implementuje

Uwagi

Aby uzyskać więcej informacji, zobacz GetEditor.

Dotyczy

Zobacz też