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

適用於