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。