共用方式為


AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEditor 方法

擷取指定型別的編輯器這個物件的。

命名空間:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
組件:  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
    表示這個物件的 Managed 型別編輯器。

傳回值

型別:System.Object
是這個物件的編輯器指定型別的物件或 nullNull 參照 (即 Visual Basic 中的 Nothing) ,如果找不到編輯器。

實作

ICustomTypeDescriptor.GetEditor(Type)

備註

這個方法 GetEditor 提供方法的實作。 如需詳細資訊,請參閱 .NET Framework 類別庫 (Class Library GetEditor 方法。

.NET Framework 安全性

請參閱

參考

AdoDotNetConnectionProperties 類別

Microsoft.VisualStudio.Data.Framework.AdoDotNet 命名空間