DbDataRecord.ICustomTypeDescriptor.GetEditor(Type) Metoda

Definice

Vrátí editor zadaného typu pro tuto instanci komponenty.

 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

A Type , který představuje editor pro tento objekt.

Návraty

Hodnota Object zadaného typu, který je editorem pro tento objekt, nebo null pokud nebyl editor nalezen.

Implementuje

Poznámky

Další informace naleznete v tématu GetEditor.

Platí pro

Viz také