共用方式為


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
    類型:Type

    表示這個 Managed 物件之 Type 的編輯器。

傳回值

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

實作

ICustomTypeDescriptor.GetEditor(Type)

備註

這個方法會提供 ICustomTypeDescriptor.GetEditor(System.Type) 方法的實作。 如需詳細資訊,請參閱 GetEditor 方法至 .NET Framework 類別庫中。

.NET Framework 安全性

請參閱

參考

DataConnectionProperties 類別

Microsoft.VisualStudio.Data.Framework 命名空間