AutomationElement.AutomationElementInformation.ItemType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个项的类型说明。
public:
property System::String ^ ItemType { System::String ^ get(); };
public string ItemType { get; }
member this.ItemType : string
Public ReadOnly Property ItemType As String
属性值
一个描述项的本地化字符串。
注解
此属性用于获取有关列表、树视图或数据网格中的项的信息。 例如,文件目录视图中的项可能是“文档文件”或“文件夹”。
有关详细信息,请参阅 ItemTypeProperty。