Share via


Match.Empty プロパティ

空のグループを取得します。一致する対象が見つからなかった検索は、この空一致を返します。

Public Shared ReadOnly Property Empty As Match
[C#]
public static Match Empty {get;}
[C++]
public: __property static Match* get_Empty();
[JScript]
public static function get Empty() : Match;

プロパティ値

空の Match

解説

このプロパティは、一致する対象が見つかったかどうかを判断するためには使用しないでください。代わりに Success を使用します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

Match クラス | Match メンバ | System.Text.RegularExpressions 名前空間