共用方式為


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 不包含指定的 RegexRegexCollection 會維持不變。 不會擲回例外狀況。

.NET Framework 安全性

請參閱

參考

RegexCollection 介面

Remove 多載

Microsoft.Office.Tools 命名空間