Compartir a través de


IDatabaseReferenceNode.BatchSetItemAttribute (Método)

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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>>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseReferenceNode Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)