DataViewBrowseObject.SetAttributes 方法

将当前的属性浏览对象。

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

语法

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

参数

备注

任何现有属性不保留。是默认特性的实例的任何指定的属性未向属性集合。

.NET Framework 安全性

请参见

参考

DataViewBrowseObject 类

Microsoft.VisualStudio.Data.Framework 命名空间