UIAutomation.UiaTextPattern.UiaTextPattern C# (CSharp) Method

UiaTextPattern() public method

public UiaTextPattern ( IUiElement element ) : System.Windows
element IUiElement
return System.Windows
        public UiaTextPattern(IUiElement element)
        {
            _element = element;
        }
        

Same methods

UiaTextPattern::UiaTextPattern ( IUiElement element, UIANET::System.Windows.Automation textPattern ) : System.Windows
UiaTextPattern::UiaTextPattern ( UIANET::System.Windows.Automation textPattern ) : System.Windows