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

スクリーンショット ファイル。

実装

適用対象