Partager via


AndroidApp.Screenshot(String) Méthode

Définition

Prend une capture d’écran de l’application dans son état actuel. Ceci est utilisé pour désigner les étapes de test dans le cloud de test Xamarin.

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

Paramètres

title
String

Titre de la capture d’écran, utilisé comme nom d’étape.

Retours

FileInfo

Fichier de capture d’écran.

Implémente

S’applique à