共用方式為


iOSApp.Screenshot(String) 方法

定義

取得應用程式目前狀態的螢幕擷取畫面。 這是用來表示 Xamarin Test Cloud 中的測試步驟。

public System.IO.FileInfo Screenshot (string title);
abstract member Screenshot : string -> System.IO.FileInfo
override this.Screenshot : string -> System.IO.FileInfo
Public Function Screenshot (title As String) As FileInfo

參數

title
String

螢幕擷取畫面的標題,用來作為步驟名稱。

傳回

FileInfo

螢幕擷取畫面檔。

實作

適用於