RegexCollection.Remove(Regex) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 RegexCollection 中移除特定規則運算式之第一個符合的項目。
public:
void Remove(System::Text::RegularExpressions::Regex ^ value);
public void Remove (System.Text.RegularExpressions.Regex value);
abstract member Remove : System.Text.RegularExpressions.Regex -> unit
Public Sub Remove (value As Regex)
參數
- value
- Regex
要從 RegexCollection 中移除的規則運算式。
例外狀況
RegexCollection是唯讀的。-or-The RegexCollection 具有固定大小。
備註
RegexCollection如果 不包含指定的 Regex,則 RegexCollection 保持不變。 不會擲回任何例外狀況。