次の方法で共有


Capture.Value プロパティ

入力文字列からキャプチャした部分文字列を取得します。

Public ReadOnly Property Value As String
[C#]
public string Value {get;}
[C++]
public: __property String* get_Value();
[JScript]
public function get Value() : String;

プロパティ値

検索によってキャプチャされた実際の部分文字列。

必要条件

プラットフォーム: 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

参照

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