ItemAutomationPeer.GetItemTypeCore Metodo

Definizione

Ottiene una stringa leggibile che contiene il tipo di elemento rappresentato dall’elemento UIElement specificato.

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

Restituisce

Tipo di elemento. Un esempio incluso "Mail Message" o "Contact".

Commenti

UIElement corrisponde all’elemento di dati nell’insieme Items associato con questo ItemAutomationPeer. Questo metodo viene chiamato da GetItemType.

Si applica a

Vedi anche