C# 클래스 UIAutomation.UiaExpandCollapsePattern

상속: IExpandCollapsePattern
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 프로퍼티들

프로퍼티 타입 설명
ExpandCollapseStateProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern

공개 메소드들

메소드 설명
Collapse ( ) : void
Expand ( ) : void
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaExpandCollapsePattern ( IUiElement element )
UiaExpandCollapsePattern ( IUiElement element, UIANET::System.Windows.Automation expandCollapsePattern )
UiaExpandCollapsePattern ( UIANET::System.Windows.Automation ExpandCollapsePattern )

메소드 상세

Collapse() 공개 메소드

public Collapse ( ) : void
리턴 void

Expand() 공개 메소드

public Expand ( ) : void
리턴 void

GetParentElement() 공개 메소드

public GetParentElement ( ) : IUiElement
리턴 IUiElement

GetSourcePattern() 공개 메소드

public GetSourcePattern ( ) : object
리턴 object

SetParentElement() 공개 메소드

public SetParentElement ( IUiElement element ) : void
element IUiElement
리턴 void

SetSourcePattern() 공개 메소드

public SetSourcePattern ( object pattern ) : void
pattern object
리턴 void

UiaExpandCollapsePattern() 공개 메소드

public UiaExpandCollapsePattern ( IUiElement element )
element IUiElement

UiaExpandCollapsePattern() 공개 메소드

public UiaExpandCollapsePattern ( IUiElement element, UIANET::System.Windows.Automation expandCollapsePattern )
element IUiElement
expandCollapsePattern UIANET::System.Windows.Automation

UiaExpandCollapsePattern() 공개 메소드

public UiaExpandCollapsePattern ( UIANET::System.Windows.Automation ExpandCollapsePattern )
ExpandCollapsePattern UIANET::System.Windows.Automation

프로퍼티 상세

ExpandCollapseStateProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation ExpandCollapseStateProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

Pattern 공개적으로 정적으로 프로퍼티

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
리턴 UIANET::System.Windows.Automation.AutomationPattern