C# 클래스 UIAutomation.ExecutionPlan

Description of ExecutionPlan.
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DecreaseMaxCount void
DecreaseQueue void
Enqueue void
ExecutionPlan System.Collections.Generic

공개 메소드들

메소드 설명
DisposeHighlighers ( ) : void
Enqueue ( IUiElement elementToHighlight, string highlighterData ) : void
Init ( ) : void

비공개 메소드들

메소드 설명
DecreaseMaxCount ( int newCount ) : void
DecreaseQueue ( int newCount ) : void
Enqueue ( Highlighter highLighter ) : void
ExecutionPlan ( ) : System.Collections.Generic

메소드 상세

DisposeHighlighers() 공개 정적인 메소드

public static DisposeHighlighers ( ) : void
리턴 void

Enqueue() 공개 정적인 메소드

public static Enqueue ( IUiElement elementToHighlight, string highlighterData ) : void
elementToHighlight IUiElement
highlighterData string
리턴 void

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void