Share via


IDatabaseReferenceNode.BatchSetItemAttribute Method

Looks at the node and, if any of the item attribute values are different, sets those to their new value and raises the Batch event. If no item attributes are different, then no event will be raised.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Sub BatchSetItemAttribute ( _
    itemAttributes As IList(Of Tuple(Of String, String)) _
)
'Usage
Dim instance As IDatabaseReferenceNode
Dim itemAttributes As IList(Of Tuple(Of String, String))

instance.BatchSetItemAttribute(itemAttributes)
void BatchSetItemAttribute(
    IList<Tuple<string, string>> itemAttributes
)
void BatchSetItemAttribute(
    IList<Tuple<String^, String^>>^ itemAttributes
)
function BatchSetItemAttribute(
    itemAttributes : IList<Tuple<String, String>>
)
abstract BatchSetItemAttribute : 
        itemAttributes:IList<Tuple<string, string>> -> unit 

Parameters

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

IDatabaseReferenceNode Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace