AppQuery.Property 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
속성의 이름입니다.
반환
적용 대상
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
일치시킬 값입니다.
반환
적용 대상
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
일치시킬 값입니다.
반환
적용 대상
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
일치시킬 값입니다.