GridViewAutomationPeer Class
Exposes GridView types to UI Automation.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | GridViewAutomationPeer(GridView^, ListView^) | Initializes a new instance of the GridViewAutomationPeer class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IViewAutomationPeer::CreateItemAutomationPeer(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of the ItemAutomationPeer class. |
![]() ![]() | IViewAutomationPeer::GetAutomationControlType() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the control type for the element that is associated with this GridViewAutomationPeer. |
![]() ![]() | IViewAutomationPeer::GetChildren(List<AutomationPeer^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of immediate child elements of the specified UI Automation peer. |
![]() ![]() | IViewAutomationPeer::GetPattern(PatternInterface) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the control pattern that is associated with the specified patternInterface. |
![]() ![]() | IViewAutomationPeer::ItemsChanged(NotifyCollectionChangedEventArgs^) | Called when the collection of items changes. |
![]() ![]() | IViewAutomationPeer::ViewDetached() | Called when the custom view is no longer applied to the control. |
![]() ![]() | IGridProvider::GetItem(Int32, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the UI Automation provider for the specified cell. |
![]() ![]() | ITableProvider::GetColumnHeaders() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a collection of UI Automation providers that represents all the column headers in a table. |
![]() ![]() | ITableProvider::GetRowHeaders() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a collection of UI Automation providers that represents all row headers in the table. |
![]() ![]() | IGridProvider::ColumnCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the total number of columns in a grid. |
![]() ![]() | IGridProvider::RowCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the total number of rows in a grid. |
![]() ![]() | ITableProvider::RowOrColumnMajor | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the primary direction of traversal for the table. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




