DataRowView.ICustomTypeDescriptor.GetEditor(Type) Metodo

Definizione

Restituisce un editor del tipo specificato per questa istanza di un componente.

 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

Parametri

editorBaseType
Type

Oggetto Type che rappresenta l'editor per questo oggetto.

Restituisce

Oggetto Object del tipo specificato che costituisce l'editor per questo oggetto oppure null se l'editor non è stato trovato.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza DataRowView a un'interfaccia ICustomTypeDescriptor.

Si applica a