共用方式為


GridViewAutomationPeer.ITableProvider.GetColumnHeaders 方法

定義

傳回 UI 自動化提供者的集合,這些提供者表示資料表中的所有資料行行首。

 virtual cli::array <System::Windows::Automation::Provider::IRawElementProviderSimple ^> ^ System.Windows.Automation.Provider.ITableProvider.GetColumnHeaders() = System::Windows::Automation::Provider::ITableProvider::GetColumnHeaders;
System.Windows.Automation.Provider.IRawElementProviderSimple[] ITableProvider.GetColumnHeaders ();
abstract member System.Windows.Automation.Provider.ITableProvider.GetColumnHeaders : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
override this.System.Windows.Automation.Provider.ITableProvider.GetColumnHeaders : unit -> System.Windows.Automation.Provider.IRawElementProviderSimple[]
Function GetColumnHeaders () As IRawElementProviderSimple() Implements ITableProvider.GetColumnHeaders

傳回

UI 自動化提供者的集合。

實作

備註

這個成員是明確介面成員實作, 只有在 GridViewAutomationPeer 執行個體轉換成 ITableProvider 介面時,才能使用這個成員。

適用於