C# 클래스 Automation.UI.Tree.QueryParts.QueryScopePart

Represents the scope part of a query.
상속: QueryPart
파일 보기 프로젝트 열기: vijayakumarsuraj/UIAutomation

공개 메소드들

메소드 설명
FindChildren ( ) : QueryWherePart

Sets the scope of the query to 'Children'.

FindDescendants ( ) : QueryWherePart

Sets the scope of the query to 'Descendants'.

비공개 메소드들

메소드 설명
QueryScopePart ( Query query ) : System.Windows.Automation

New query scope part.

메소드 상세

FindChildren() 공개 메소드

Sets the scope of the query to 'Children'.
public FindChildren ( ) : QueryWherePart
리턴 QueryWherePart

FindDescendants() 공개 메소드

Sets the scope of the query to 'Descendants'.
public FindDescendants ( ) : QueryWherePart
리턴 QueryWherePart