ConnectionRecoveryBehaviorOptions 列挙 (uiautomationclient.h)

ConnectionRecoveryBehavior プロパティに使用できる値が含まれます。これは、アクセス可能なテクノロジ クライアントがプロバイダーが応答しないときにプロバイダー要求のタイムアウトを調整するかどうかを示します。

構文

typedef enum ConnectionRecoveryBehaviorOptions {
  ConnectionRecoveryBehaviorOptions_Disabled = 0,
  ConnectionRecoveryBehaviorOptions_Enabled = 0x1
} ;

定数

 
ConnectionRecoveryBehaviorOptions_Disabled
値: 0
接続の回復が無効になっています。
ConnectionRecoveryBehaviorOptions_Enabled
値: 0x1
接続の回復が有効になっています。

要件

   
サポートされている最小のクライアント Windows 10、バージョン 1607 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2016 [デスクトップ アプリのみ]
Header uiautomationclient.h (UIAutomation.h を含む)

関連項目

ConnectionRecoveryBehavior