DataConnectionProperties.ICustomTypeDescriptor.GetEditor メソッド

このオブジェクトに対して指定した型エディターを取得します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Private Function GetEditor ( _
    editorBaseType As Type _
) As Object Implements ICustomTypeDescriptor.GetEditor
Object ICustomTypeDescriptor.GetEditor(
    Type editorBaseType
)
private:
virtual Object^ GetEditor(
    Type^ editorBaseType
) sealed = ICustomTypeDescriptor::GetEditor
private abstract GetEditor : 
        editorBaseType:Type -> Object 
private override GetEditor : 
        editorBaseType:Type -> Object 
JScript では、明示的なインターフェイスの実装はサポートされません。

パラメーター

  • editorBaseType
    型 : System.Type
    このオブジェクトのエディターを表すマネージ Type

戻り値

型 : System.Object
エディターが見つからない場合は、このオブジェクトのエディターである、指定した型のオブジェクト、または nullnull 参照 (Visual Basic では Nothing)。

実装

ICustomTypeDescriptor.GetEditor(Type)

解説

このメソッドは ICustomTypeDescriptor.GetEditor(System.Type) のメソッドの実装を提供します。詳細については、.NET Framework のクラス ライブラリ GetEditor のメソッドを参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataConnectionProperties クラス

Microsoft.VisualStudio.Data.Framework 名前空間