共用方式為


AutomationFocusChangedEventArgs.ObjectId 屬性

定義

取得產生事件的 Microsoft Active Accessibility 對象的識別碼 (標識碼) 。

public:
 property int ObjectId { int get(); };
public int ObjectId { get; }
member this.ObjectId : int
Public ReadOnly Property ObjectId As Integer

屬性值

使用者介面的標識碼 (UI) 接收焦點的專案。 如需可能的值,請參閱 對象標識碼

備註

物件識別碼是32位值,可識別應用程式內可存取物件的類別。 idObjectidChild 參數包含用戶端可用來連結AutomationElementIAccessible舊版無障礙技術應用程式中對象的物件標識碼。

適用於