AndroidApp.EnterText 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EnterText(String) |
將文字輸入至目前焦點的專案。 |
EnterText(Func<AppQuery,AppQuery>, String) |
將文字輸入支援它的相符專案。 |
EnterText(Func<AppQuery,AppWebQuery>, String) |
將文字輸入支援它的相符專案。 |
EnterText(String, String) |
將文字輸入支援它的相符專案。 |
EnterText(String)
將文字輸入至目前焦點的專案。
public void EnterText (string text);
abstract member EnterText : string -> unit
override this.EnterText : string -> unit
Public Sub EnterText (text As String)
參數
- text
- String
要輸入的文字。
實作
適用於
EnterText(Func<AppQuery,AppQuery>, String)
將文字輸入支援它的相符專案。
public void EnterText (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppQuery> query, string text);
abstract member EnterText : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * string -> unit
override this.EnterText : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppQuery> * string -> unit
Public Sub EnterText (query As Func(Of AppQuery, AppQuery), text As String)
參數
- text
- String
要輸入的文字。
實作
適用於
EnterText(Func<AppQuery,AppWebQuery>, String)
將文字輸入支援它的相符專案。
public void EnterText (Func<Xamarin.UITest.Queries.AppQuery,Xamarin.UITest.Queries.AppWebQuery> query, string text);
abstract member EnterText : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> * string -> unit
override this.EnterText : Func<Xamarin.UITest.Queries.AppQuery, Xamarin.UITest.Queries.AppWebQuery> * string -> unit
Public Sub EnterText (query As Func(Of AppQuery, AppWebQuery), text As String)
參數
- query
- Func<AppQuery,AppWebQuery>
Fluent API 的進入點,以指定 專案。
- text
- String
要輸入的文字。
實作
適用於
EnterText(String, String)
將文字輸入支援它的相符專案。
public void EnterText (string marked, string text);
abstract member EnterText : string * string -> unit
override this.EnterText : string * string -> unit
Public Sub EnterText (marked As String, text As String)
參數
- marked
- String
標示要相符的選取器。 如需相關資訊,請參閱 Marked(String) 。
- text
- String
要輸入的文字。