Compartilhar via


Método RegexCollection.Add (Regex)

Adiciona uma expressão regular para o fim da RegexCollection.

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

Sintaxe

'Declaração
Function Add ( _
    value As Regex _
) As Integer
int Add(
    Regex value
)

Parâmetros

Valor de retorno

Tipo: System.Int32
O índice no qual o value foi adicionado.

Segurança do .NET Framework

Consulte também

Referência

RegexCollection Interface

Sobrecargas Add

Namespace Microsoft.Office.Tools