C# 클래스 UIA.Extensions.TestApplication.ListActingLabelItem

상속: UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation
파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
AddToSelection ( ) : void
Create ( string text, ListActingLabel parent ) : ListItemInformation
RemoveFromSelection ( ) : void
Select ( ) : void

비공개 메소드들

메소드 설명
ListActingLabelItem ( string text, ListActingLabel parent ) : System.Collections.Generic

메소드 상세

AddToSelection() 공개 메소드

public AddToSelection ( ) : void
리턴 void

Create() 공개 정적인 메소드

public static Create ( string text, ListActingLabel parent ) : ListItemInformation
text string
parent ListActingLabel
리턴 UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation

RemoveFromSelection() 공개 메소드

public RemoveFromSelection ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void