DataGridCellItemAutomationPeer.IGridItemProvider.ContainingGrid 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个 UI 自动化提供程序,该提供程序可实现 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
属性值
一个 UI 自动化提供程序,可实现 GridPattern 并表示单元或项容器。
实现
注解
此成员是显式接口成员的实现。 它只能在 DataGridCellItemAutomationPeer 实例被强制转换为 IGridItemProvider 接口时使用。