ITableProvider.GetColumnHeaders 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.
Returns a collection of UI Automation providers that represents all the column headers in a table.
public:
Platform::Array <IRawElementProviderSimple ^> ^ GetColumnHeaders();
winrt::array_view <IRawElementProviderSimple const&> GetColumnHeaders();
public IRawElementProviderSimple[] GetColumnHeaders();
function getColumnHeaders()
Public Function GetColumnHeaders () As IRawElementProviderSimple()
Returns
An array of UI Automation providers.