DataGridCellItemAutomationPeer.IGridItemProvider.ContainingGrid 屬性

定義

取得實作 IGridProvider 且表示儲存格或項目容器的使用者介面自動化提供者。

property System::Windows::Automation::Provider::IRawElementProviderSimple ^ System::Windows::Automation::Provider::IGridItemProvider::ContainingGrid { System::Windows::Automation::Provider::IRawElementProviderSimple ^ get(); };
System.Windows.Automation.Provider.IRawElementProviderSimple System.Windows.Automation.Provider.IGridItemProvider.ContainingGrid { get; }
member this.System.Windows.Automation.Provider.IGridItemProvider.ContainingGrid : System.Windows.Automation.Provider.IRawElementProviderSimple
 ReadOnly Property ContainingGrid As IRawElementProviderSimple Implements IGridItemProvider.ContainingGrid

屬性值

IRawElementProviderSimple

實作 GridPattern 且表示儲存格或項目容器的使用者介面自動化提供者。

實作

備註

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

適用於