AutomationPeer.GetItemType Method

Definition

Gets a string that describes what kind of item an object represents.

public:
 System::String ^ GetItemType();
public string GetItemType ();
member this.GetItemType : unit -> string
Public Function GetItemType () As String

Returns

The kind of item.

Exceptions

A public call to this method is currently in progress.

Remarks

Examples of the returned string are "Mail Message", "Contact", and "Document".

Applies to

See also