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

适用于