次の方法で共有


AutomationFocusChangedEventArgs(Int32, Int32) コンストラクター

定義

AutomationFocusChangedEventArgs クラスの新しいインスタンスを初期化します。

public:
 AutomationFocusChangedEventArgs(int idObject, int idChild);
public AutomationFocusChangedEventArgs (int idObject, int idChild);
new System.Windows.Automation.AutomationFocusChangedEventArgs : int * int -> System.Windows.Automation.AutomationFocusChangedEventArgs
Public Sub New (idObject As Integer, idChild As Integer)

パラメーター

idObject
Int32

フォーカスを受け取ったオブジェクトの識別子 (ID)。

idChild
Int32

フォーカスを受け取ったオブジェクトの子 ID。

注釈

idObjectパラメーターにはidChild、以前のアクセシビリティ対応テクノロジ アプリケーションのオブジェクトへのリンクAutomationElementIAccessibleにクライアントUI オートメーション使用できる Microsoft Active Accessibility オブジェクト識別子が含まれています。

適用対象