ITableItemProvider.GetColumnHeaderItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array of UI Automation providers representing all the column headers associated with a table item or cell.
public:
Platform::Array <IRawElementProviderSimple ^> ^ GetColumnHeaderItems();
winrt::array_view <IRawElementProviderSimple const&> GetColumnHeaderItems();
public IRawElementProviderSimple[] GetColumnHeaderItems();
function getColumnHeaderItems()
Public Function GetColumnHeaderItems () As IRawElementProviderSimple()
Returns
An array of UI Automation providers.