RegExpConstructor.leftContext 屬性

定義

取得介於輸入開頭和最後一個成功比對開頭之間的輸入字串的子字串。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Object ^ leftContext { System::Object ^ get(); };
public object leftContext { get; }
member this.leftContext : obj
Public ReadOnly Property leftContext As Object

屬性值

輸入字串的子字串 (如果有的話)。

適用於

另請參閱