C# 클래스 UIAutomation.UiaSelectionItemPattern

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

공개 프로퍼티들

프로퍼티 타입 설명
ElementAddedToSelectionEvent UIANET::System.Windows.Automation.AutomationEvent
ElementRemovedFromSelectionEvent UIANET::System.Windows.Automation.AutomationEvent
ElementSelectedEvent UIANET::System.Windows.Automation.AutomationEvent
IsSelectedProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
SelectionContainerProperty UIANET::System.Windows.Automation.AutomationProperty

공개 메소드들

메소드 설명
AddToSelection ( ) : void
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
RemoveFromSelection ( ) : void
Select ( ) : void
SetParentElement ( IUiElement element ) : void
SetSourcePattern ( object pattern ) : void
UiaSelectionItemPattern ( IUiElement element )
UiaSelectionItemPattern ( IUiElement element, UIANET::System.Windows.Automation selectionItemPattern )

메소드 상세

AddToSelection() 공개 메소드

public AddToSelection ( ) : void
리턴 void

GetParentElement() 공개 메소드

public GetParentElement ( ) : IUiElement
리턴 IUiElement

GetSourcePattern() 공개 메소드

public GetSourcePattern ( ) : object
리턴 object

RemoveFromSelection() 공개 메소드

public RemoveFromSelection ( ) : void
리턴 void

Select() 공개 메소드

public Select ( ) : void
리턴 void

SetParentElement() 공개 메소드

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

SetSourcePattern() 공개 메소드

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

UiaSelectionItemPattern() 공개 메소드

public UiaSelectionItemPattern ( IUiElement element )
element IUiElement

UiaSelectionItemPattern() 공개 메소드

public UiaSelectionItemPattern ( IUiElement element, UIANET::System.Windows.Automation selectionItemPattern )
element IUiElement
selectionItemPattern UIANET::System.Windows.Automation

프로퍼티 상세

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

public static AutomationEvent,UIANET::System.Windows.Automation ElementAddedToSelectionEvent
리턴 UIANET::System.Windows.Automation.AutomationEvent

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

public static AutomationEvent,UIANET::System.Windows.Automation ElementRemovedFromSelectionEvent
리턴 UIANET::System.Windows.Automation.AutomationEvent

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

public static AutomationEvent,UIANET::System.Windows.Automation ElementSelectedEvent
리턴 UIANET::System.Windows.Automation.AutomationEvent

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

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

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

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

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

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