DataViewBrowseObject.RemoveProperties 方法

从当前对象中移除所有指定的属性浏览对象。

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

语法

声明
Public Sub RemoveProperties ( _
    ParamArray names As String() _
)
public void RemoveProperties(
    params string[] names
)
public:
void RemoveProperties(
    ... array<String^>^ names
)
member RemoveProperties : 
        names:string[] -> unit 
public function RemoveProperties(
    ... names : String[]
)

参数

  • names
    类型:array<System.String[]
    属性名称移除的属性。

.NET Framework 安全性

请参见

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间