Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an array of regular expressions to the end of RegexCollection.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Sub AddRange ( _
value As Regex() _
)
void AddRange(
Regex[] value
)
Parameters
- value
Type: array<System.Text.RegularExpressions.Regex[]
The array of regular expressions to add to the RegexCollection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.