C# Class System.Windows.Automation.MultipleViewPattern

Inheritance: BasePattern
Exibir arquivo Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
CurrentViewProperty AutomationProperty
Pattern AutomationPattern
SupportedViewsProperty AutomationProperty

Public Methods

Method Description
GetViewName ( int viewId ) : string
SetCurrentView ( int viewId ) : void

Private Methods

Method Description
MultipleViewPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

GetViewName() public method

public GetViewName ( int viewId ) : string
viewId int
return string

SetCurrentView() public method

public SetCurrentView ( int viewId ) : void
viewId int
return void

Property Details

CurrentViewProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation CurrentViewProperty
return AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
return AutomationPattern

SupportedViewsProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation SupportedViewsProperty
return AutomationProperty