Sdílet prostřednictvím


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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDatabaseReferenceNode Rozhraní

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů