GridViewCellAutomationPeer.GetAutomationControlTypeCore Methode

Definition

Ruft den Steuerelementtyp für das Element ab, das diesem GridViewCellAutomationPeer zugeordnet ist. Diese Methode wird von GetAutomationControlType() aufgerufen.

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

Gibt zurück

AutomationControlType

Ist dieser GridViewCellAutomationPeer einem TextBlock-Element zugeordnet, gibt diese Methode Text zurück, andernfalls gibt sie Custom zurück.

Gilt für