다음을 통해 공유


AppQuery.Property 메서드

정의

오버로드

Property(String)

지정된 속성 값에 대한 추가 필터링을 허용합니다.

Property(String, Boolean)

요소의 속성 또는 getter 메서드 값과 일치합니다.

Property(String, Int32)

요소의 속성 또는 getter 메서드 값과 일치합니다.

Property(String, String)

요소의 속성 또는 getter 메서드 값과 일치합니다.

Property(String)

지정된 속성 값에 대한 추가 필터링을 허용합니다.

public Xamarin.UITest.Queries.PropertyAppQuery Property (string propertyName);
member this.Property : string -> Xamarin.UITest.Queries.PropertyAppQuery
Public Function Property (propertyName As String) As PropertyAppQuery

매개 변수

propertyName
String

속성의 이름입니다.

반환

PropertyAppQuery

적용 대상

Property(String, Boolean)

요소의 속성 또는 getter 메서드 값과 일치합니다.

public Xamarin.UITest.Queries.AppQuery Property (string propertyName, bool value);
member this.Property : string * bool -> Xamarin.UITest.Queries.AppQuery
Public Function Property (propertyName As String, value As Boolean) As AppQuery

매개 변수

propertyName
String

속성의 이름입니다.

value
Boolean

일치시킬 값입니다.

반환

AppQuery

적용 대상

Property(String, Int32)

요소의 속성 또는 getter 메서드 값과 일치합니다.

public Xamarin.UITest.Queries.AppQuery Property (string propertyName, int value);
member this.Property : string * int -> Xamarin.UITest.Queries.AppQuery
Public Function Property (propertyName As String, value As Integer) As AppQuery

매개 변수

propertyName
String

속성의 이름입니다.

value
Int32

일치시킬 값입니다.

반환

AppQuery

적용 대상

Property(String, String)

요소의 속성 또는 getter 메서드 값과 일치합니다.

public Xamarin.UITest.Queries.AppQuery Property (string propertyName, string value);
member this.Property : string * string -> Xamarin.UITest.Queries.AppQuery
Public Function Property (propertyName As String, value As String) As AppQuery

매개 변수

propertyName
String

속성의 이름입니다.

value
String

일치시킬 값입니다.

반환

AppQuery

적용 대상