共用方式為


AutomationElementIdentifiers.IsContentElementProperty 屬性

定義

識別內容專案判斷自動化屬性。 content 元素狀態會指出專案是否包含對使用者有價值的內容。 IsContentElement方法會傳回目前的狀態。

public:
 static property AutomationProperty ^ IsContentElementProperty { AutomationProperty ^ get(); };
static AutomationProperty IsContentElementProperty();
public static AutomationProperty IsContentElementProperty { get; }
var automationProperty = AutomationElementIdentifiers.isContentElementProperty;
Public Shared ReadOnly Property IsContentElementProperty As AutomationProperty

屬性值

自動化屬性識別碼。

適用於