C# Class UIAutomation.PatternCmdletBase

Description of PatternCmdletBase.
Inheritance: HasControlInputCmdletBase
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Protected Methods

Method Description
EndProcessing ( ) : void
ProcessRecord ( ) : void

Processes the pipeline.

Private Methods

Method Description
CallCollapsePattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallDockPatternForGet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallDockPatternForSet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject, UIANET::System.Windows.Automation position ) : void
CallExpandPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallGridItemPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallGridPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallInvokePattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallRangeValuePatternForGet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallRangeValuePatternForSet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallScrollItemPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallScrollPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallSelectedItemPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallSelectionItemPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallSelectionItemPatternForState ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallSelectionPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTableItemPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTablePattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTextPatternForGet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTextPatternForSet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTogglePatternForGet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTogglePatternForSet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject, bool on ) : void
CallTogglePatternMethod ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTransformPatternForMove ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTransformPatternForResize ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallTransformPatternForRotate ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallValuePatternForGet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallValuePatternForSet ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void
CallWindowPattern ( PatternCmdletBase cmdlet, IUiElement control, IUiElement inputObject ) : void

Method Details

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

Processes the pipeline.
protected ProcessRecord ( ) : void
return void