IUIAutomation6::get_ConnectionRecoveryBehavior メソッド (uiautomationclient.h)

プロバイダーが応答しない場合に、アクセス可能なテクノロジ クライアントがプロバイダー要求のタイムアウトを調整するかどうかを示します。

このプロパティは読み取り/書き込み可能です。

構文

HRESULT get_ConnectionRecoveryBehavior(
  [in] ConnectionRecoveryBehaviorOptions *connectionRecoveryBehaviorOptions
);

パラメーター

[in] connectionRecoveryBehaviorOptions

種類: ConnectionRecoveryBehaviorOptions

プロバイダー要求のタイムアウトを調整するかどうかを示す値。 既定値は ConnectionRecoveryBehaviorOptions_Disabled です。

戻り値

なし

必要条件

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

こちらもご覧ください

IUIAutomation6 インターフェイス