GridViewAutomationPeer.IViewAutomationPeer.GetAutomationControlType Method

Definition

Gets the control type for the element that is associated with this GridViewAutomationPeer.

 virtual System::Windows::Automation::Peers::AutomationControlType System.Windows.Automation.Peers.IViewAutomationPeer.GetAutomationControlType() = System::Windows::Automation::Peers::IViewAutomationPeer::GetAutomationControlType;
System.Windows.Automation.Peers.AutomationControlType IViewAutomationPeer.GetAutomationControlType ();
abstract member System.Windows.Automation.Peers.IViewAutomationPeer.GetAutomationControlType : unit -> System.Windows.Automation.Peers.AutomationControlType
override this.System.Windows.Automation.Peers.IViewAutomationPeer.GetAutomationControlType : unit -> System.Windows.Automation.Peers.AutomationControlType
Function GetAutomationControlType () As AutomationControlType Implements IViewAutomationPeer.GetAutomationControlType

Returns

A value in the enumeration.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the GridViewAutomationPeer instance is cast to an IViewAutomationPeer interface.

Applies to