LiveSetting 列挙 (uiautomationcore.h)

LiveSetting プロパティに使用できる値が含まれます。 このプロパティは、ライブ リージョンの一部であるプロバイダー要素によって実装されます。

構文

typedef enum LiveSetting {
  Off = 0,
  Polite = 1,
  Assertive = 2
} ;

定数

 
Off
値: 0
Polite
値: 1
Assertive
値: 2

要件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリ |UWP アプリ]
Header uiautomationcore.h (UIAutomation.h を含む)

関連項目

CachedLiveSetting

CurrentLiveSetting