DataViewBrowseObject.RemoveAttributes 方法

移除其类型标识符指定的特性。

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

语法

声明
Public Sub RemoveAttributes ( _
    ParamArray typeIds As Object() _
)
public void RemoveAttributes(
    params Object[] typeIds
)
public:
void RemoveAttributes(
    ... array<Object^>^ typeIds
)
member RemoveAttributes : 
        typeIds:Object[] -> unit
public function RemoveAttributes(
    ... typeIds : Object[]
)

参数

  • typeIds
    类型:array<Object[]

    包含特性的类型的数组将移除唯一标识符。

.NET Framework 安全性

请参阅

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间