다음을 통해 공유


AndroidApp.Screenshot(String) 메서드

정의

앱의 현재 상태에 있는 앱의 스크린샷을 만듭니다. 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

매개 변수

title
String

단계 이름으로 사용되는 스크린샷의 제목입니다.

반환

FileInfo

스크린샷 파일입니다.

구현

적용 대상