C# 클래스 UIAutomation.PatternCmdletBase

Description of PatternCmdletBase.
상속: HasControlInputCmdletBase
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

보호된 메소드들

메소드 설명
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