Share via


IDatabaseReferenceNode.BatchSetItemAttribute Method

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

Syntax

'Declaration
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>>
)

Parameters

.NET Framework Security

See Also

Reference

IDatabaseReferenceNode Interface

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