Share via


InputView.Text 屬性

定義

取得或設定輸入檢視的文字。 這是可繫結屬性。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

屬性值

字串,包含輸入檢視的文字。 預設值為 null。

備註

設定這個屬性會導致 TextChanged 發出事件。

適用於