IGridItemProvider.ContainingGrid Property
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.
Gets a UI Automation provider that implements IGridProvider and that represents the container of the cell or item.
public:
property IRawElementProviderSimple ^ ContainingGrid { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple ContainingGrid();
public IRawElementProviderSimple ContainingGrid { get; }
var iRawElementProviderSimple = iGridItemProvider.containingGrid;
Public ReadOnly Property ContainingGrid As IRawElementProviderSimple
Property Value
A UI Automation provider that implements the Grid control pattern and that represents the cell or item container.