IUIAutomationTextEditPattern::GetConversionTarget メソッド (uiautomationclient.h)

現在の変換ターゲット範囲を返します。

構文

HRESULT GetConversionTarget(
  [out, retval] IUIAutomationTextRange **range
);

パラメーター

[out, retval] range

種類: IUIAutomationTextRange**

変換ターゲット範囲へのポインター (変換がない場合はなし)。

戻り値

型: HRESULT

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

要件

要件
サポートされている最小のクライアント Windows 8.1 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 R2 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー uiautomationclient.h (UIAutomation.h を含む)

こちらもご覧ください

IUIAutomationTextEditPattern

テキスト コンテンツのUI オートメーションサポート