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
- itemAttributes
Type: System.Collections.Generic.IList<Tuple<String, String>>
The list of attributes
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseReferenceNode Interface
IDatabaseReferenceNode Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace