CalendarAutomationPeer.ITableProvider.GetColumnHeaders 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者介面自動化提供者集合,該集合代表資料表中所有的資料行標頭。
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 自動化提供者的集合。
實作
備註
這個成員是明確介面成員實作, 只有在 CalendarAutomationPeer 執行個體轉換成 ITableProvider 介面時,才能使用這個成員。