UIAutomationPropertyInfo 構造体 (uiautomationcore.h)
カスタム プロパティに関する情報を格納します。
構文
struct UIAutomationPropertyInfo {
GUID guid;
LPCWSTR pProgrammaticName;
UIAutomationType type;
};
メンバー
guid
種類: GUID
プロパティの一意識別子。
pProgrammaticName
種類: LPCWSTR
プロパティのプログラム名 (ローカライズ不可能な文字列)。
type
プロパティ値のデータ型を示す UIAutomationType 列挙型の値。
注釈
カスタム プロパティには、 UIAutomationType 列挙体で指定された次のいずれかのデータ型が必要です。 カスタム プロパティでは、他のデータ型はサポートされていません。 詳細については、「 カスタム プロパティ、イベント、およびコントロール パターン」を参照してください。
- UIAutomationType_Bool
- UIAutomationType_Double
- UIAutomationType_Element
- UIAutomationType_Int
- UIAutomationType_Point
- UIAutomationType_String
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 および Windows Vista 用プラットフォーム更新プログラム、SP3 を使用した Windows XP、Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | Windows Server 2008 R2、Windows Server 2008 SP2 および Windows Server 2008 用プラットフォーム更新プログラム、WINDOWS Server 2003 SP2 および Windows Server 2008 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
Header | uiautomationcore.h (UIAutomation.h を含む) |