AutomationElement.AutomationElementInformation.ItemType プロパティ

定義

項目の種類の説明を取得します。

public:
 property System::String ^ ItemType { System::String ^ get(); };
public string ItemType { get; }
member this.ItemType : string
Public ReadOnly Property ItemType As String

プロパティ値

項目を説明する、ローカライズされた文字列。

注釈

このプロパティは、リスト、ツリー ビュー、またはデータ グリッド内の項目に関する情報を取得するために使用されます。 たとえば、ファイル ディレクトリ ビュー内のアイテムは、"ドキュメント ファイル" または "フォルダー" です。

詳細については、「ItemTypeProperty」を参照してください。

適用対象