AutomationFocusChangedEventArgs(Int32, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクト識別子が含まれています。