DataViewBrowseObject.SetEditor 方法

设置或移除当前的编辑浏览对象。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public Sub SetEditor ( _
    editorBaseType As Type, _
    value As Object _
)
public void SetEditor(
    Type editorBaseType,
    Object value
)
public:
void SetEditor(
    Type^ editorBaseType, 
    Object^ value
)
member SetEditor : 
        editorBaseType:Type * 
        value:Object -> unit 
public function SetEditor(
    editorBaseType : Type, 
    value : Object
)

参数

  • value
    类型:System.Object
    移除编辑的编辑器设置的或 nullnull 引用(在 Visual Basic 中为 Nothing) 按照其类型。

.NET Framework 安全性

请参见

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间