IDatabaseReferenceNode.BatchSetItemAttribute 方法

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

语法

声明
Sub BatchSetItemAttribute ( _
    itemAttributes As IList(Of Tuple(Of String, String)) _
)
void BatchSetItemAttribute(
    IList<Tuple<string, string>> itemAttributes
)
void BatchSetItemAttribute(
    IList<Tuple<String^, String^>^>^ itemAttributes
)
abstract BatchSetItemAttribute : 
        itemAttributes:IList<Tuple<string, string>> -> unit 
function BatchSetItemAttribute(
    itemAttributes : IList<Tuple<String, String>>
)

参数

.NET Framework 安全性

请参见

参考

IDatabaseReferenceNode 接口

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间