Metodo SmartTagCollection.AddRange
Aggiunge una matrice di smart tag alla fine dell'oggetto SmartTagCollection.
Spazio dei nomi: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Sintassi
'Dichiarazione
Sub AddRange ( _
smartTags As SmartTagBase() _
)
void AddRange(
SmartTagBase[] smartTags
)
Parametri
- smartTags
Tipo: array<Microsoft.Office.Tools.SmartTagBase[]
Matrice di oggetti smart tag da aggiungere.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.