C# Класс UIAutomation.PatternCmdletBase

Description of PatternCmdletBase.
Наследование: HasControlInputCmdletBase
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
EndProcessing ( ) : void
ProcessRecord ( ) : void

Processes the pipeline.

Приватные методы

Метод Описание
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

Описание методов

EndProcessing() защищенный Метод

protected EndProcessing ( ) : void
Результат void

ProcessRecord() защищенный Метод

Processes the pipeline.
protected ProcessRecord ( ) : void
Результат void