InputScope.RegularExpression 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定規則運算式 (Regular Expression),這個運算式要用做輸入處理器所建議的文字輸入模式。
public:
property System::String ^ RegularExpression { System::String ^ get(); void set(System::String ^ value); };
public string RegularExpression { get; set; }
member this.RegularExpression : string with get, set
Public Property RegularExpression As String
屬性值
一個字串,定義要用做輸入處理器所建議之文字輸入模式的規則運算式。
此屬性沒有預設值。
例外狀況
當嘗試將這個屬性設定為 null 時,就會引發。