Group.Success 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出比對是否成功。
public:
property bool Success { bool get(); };
public bool Success { get; }
member this.Success : bool
Public ReadOnly Property Success As Boolean
屬性值
如果比對成功,則為 true
,否則為 false
。
備註
如果此群組擷取至少一個子字串,則 Success
屬性為 true。 相當於 Group.Captures.Count > 0 (布林運算式) 。