C# 클래스 System.Windows.Automation.GridPattern

상속: BasePattern
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColumnCountProperty AutomationProperty
Pattern AutomationPattern
RowCountProperty AutomationProperty

공개 메소드들

메소드 설명
GetItem ( int row, int column ) : AutomationElement

보호된 메소드들

메소드 설명
GridPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System

비공개 메소드들

메소드 설명
Wrap ( AutomationElement el, object pattern, bool cached ) : object

메소드 상세

GetItem() 공개 메소드

public GetItem ( int row, int column ) : AutomationElement
row int
column int
리턴 AutomationElement

GridPattern() 보호된 메소드

protected GridPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
el AutomationElement
pattern UIAutomationClient
cached bool
리턴 System

프로퍼티 상세

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

public static AutomationProperty,System.Windows.Automation ColumnCountProperty
리턴 AutomationProperty

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

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

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

public static AutomationProperty,System.Windows.Automation RowCountProperty
리턴 AutomationProperty