Match.Empty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得空白群組。 所有失敗的比對會傳回這個空白比對。
public:
static property System::Text::RegularExpressions::Match ^ Empty { System::Text::RegularExpressions::Match ^ get(); };
public static System.Text.RegularExpressions.Match Empty { get; }
static member Empty : System.Text.RegularExpressions.Match
Public Shared ReadOnly Property Empty As Match
屬性值
空的符合項目。
備註
這個屬性不應該用來判斷比對是否成功。 請改用 Match.Success
繼承自 Group.Success) 的屬性 (。