Share via


GridViewCellAutomationPeer.GetAutomationControlTypeCore Método

Definición

Obtiene el tipo de control para el elemento asociado a GridViewCellAutomationPeer. GetAutomationControlType() llama a este método.

protected:
 override System::Windows::Automation::Peers::AutomationControlType GetAutomationControlTypeCore();
protected override System.Windows.Automation.Peers.AutomationControlType GetAutomationControlTypeCore ();
override this.GetAutomationControlTypeCore : unit -> System.Windows.Automation.Peers.AutomationControlType
Protected Overrides Function GetAutomationControlTypeCore () As AutomationControlType

Devoluciones

Si este GridViewCellAutomationPeer está asociado con un elemento TextBlock, este método devuelve Text; en caso contrario, este método devuelve Custom.

Se aplica a