DbConnectionStringBuilder.ICustomTypeDescriptor.GetEditor(Type) メソッド

定義

コンポーネントのこのインスタンスに対して指定されている型のエディターを返します。

 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

パラメーター

editorBaseType
Type

このオブジェクトのエディターを表す Type

戻り値

Object

指定した型の、このオブジェクトのエディターとなる Object。エディターが見つからない場合は null

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DbConnectionStringBuilder のインスタンスが ICustomTypeDescriptor インターフェイスにキャストされる場合のみ、使用できます。

詳細については、「GetEditor」を参照してください。

適用対象

こちらもご覧ください