移除用户的类型指定属性的标识符。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。