InputScope.RegularExpression 屬性

定義

取得或設定規則運算式 (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 時,就會引發。

適用於