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
- itemAttributes
Type: System.Collections.Generic.IList<Tuple<String, String>>
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace