UIElementAutomationPeer.GetItemTypeCore Metodo

Definizione

Ottiene una stringa leggibile che contiene il tipo di elemento che l'elemento UIElement rappresenta per questo UIElementAutomationPeer. Questo metodo viene chiamato da GetItemType().

protected:
 override System::String ^ GetItemTypeCore();
protected override string GetItemTypeCore ();
override this.GetItemTypeCore : unit -> string
Protected Overrides Function GetItemTypeCore () As String

Restituisce

String

Stringa che contiene l'oggetto ItemType restituito da GetItemType(DependencyObject).

Commenti

Gli esempi di stringa sono "Messaggio di posta elettronica", "Contatto" e "Documento".

Si applica a