UiaRaiseActiveTextPositionChangedEvent 関数 (uiautomationcoreapi.h)
プロバイダーによって呼び出され、テキスト コントロール内の位置がプログラムによって変更されたことを Microsoft UI オートメーション コアに通知します。
構文
HRESULT UiaRaiseActiveTextPositionChangedEvent(
[in] IRawElementProviderSimple *provider,
[in, optional] ITextRangeProvider *textRange
);
パラメーター
[in] provider
種類: IRawElementProviderSimple*
テキスト内で位置が変更されたプロバイダー ノード。
[in, optional] textRange
種類: ITextRangeProvider*
発生したテキスト範囲の変更 (該当する場合)。
戻り値
型: HRESULT
この関数が成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8.1 [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2012 R2 [デスクトップ アプリ |UWP アプリ] |
対象プラットフォーム | Windows |
ヘッダー | uiautomationcoreapi.h |
Library | Uiautomationcore.lib |
[DLL] | Uiautomationcore.dll |
こちらもご覧ください
IUIAutomation6::AddActiveTextPositionChangedEventHandler、 IUIAutomation6::RemoveActiveTextPositionChangedEventHandler、 IUIAutomationEventHandlerGroup::AddActiveTextPositionChangedEventHandler