IDatabaseReferenceNode.BatchSetItemAttribute – metoda
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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>>
)
Parametry
- itemAttributes
Typ: System.Collections.Generic.IList<Tuple<String, String>>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
IDatabaseReferenceNode Rozhraní
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů