Compartilhar via


Método RegexCollection.AddRange

Adiciona uma matriz de expressões regulares para o final da RegexCollection.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (em Microsoft.Office.Tools.Common.dll)

Sintaxe

'Declaração
Sub AddRange ( _
    value As Regex() _
)
void AddRange(
    Regex[] value
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

RegexCollection Interface

Namespace Microsoft.Office.Tools