AutomationElement.AutomationElementInformation.IsContentElement 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得的值指出項目是否為內容項目。
public:
property bool IsContentElement { bool get(); };
public bool IsContentElement { get; }
member this.IsContentElement : bool
Public ReadOnly Property IsContentElement As Boolean
屬性值
true
表示項目是內容項目;否則為 false
。
備註
內容專案包含向使用者呈現的資料。 內容元素的範例包括清單方塊中的專案或對話方塊上的按鈕。 非內容元素也稱為周邊元素,通常用來操作複合控制項中的內容;例如,下拉式控制項上的按鈕。
如需詳細資訊,請參閱IsContentElementProperty。