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<System.Object[]
    包含属性的类型的数组唯一标识符中移除。

.NET Framework 安全性

请参见

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间