RegexCollection.Remove 方法 (Regex)

RegexCollection 中移除特定正则表达式的第一个匹配项。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
Sub Remove ( _
    value As Regex _
)
void Remove(
    Regex value
)

参数

异常

异常 条件
NotSupportedException

RegexCollection 是只读的。

- 或 -

RegexCollection 具有固定大小。

备注

如果 RegexCollection 不包含指定的 Regex,则 RegexCollection 将保持不变。 不引发异常。

.NET Framework 安全性

请参见

参考

RegexCollection 接口

Remove 重载

Microsoft.Office.Tools 命名空间