Método IDatabaseReferenceNode.BatchSetItemAttribute
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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
- itemAttributes
Tipo: System.Collections.Generic.IList<Tuple<String, String>>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IDatabaseReferenceNode Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project