UIAutomation.UiaTableItemPattern.UiaTableItemPattern C# (CSharp) Method

UiaTableItemPattern() public method

public UiaTableItemPattern ( IUiElement element ) : System.Linq
element IUiElement
return System.Linq
        public UiaTableItemPattern(IUiElement element)
        {
            _element = element;
        }

Same methods

UiaTableItemPattern::UiaTableItemPattern ( IUiElement element, UIANET::System.Windows.Automation tableItemPattern ) : System.Linq