UIAutomationParameter 構造体 (uiautomationcore.h)
カスタム コントロール パターンのパラメーターに関する情報を格納します。
構文
struct UIAutomationParameter {
UIAutomationType type;
void *pData;
};
メンバー
type
パラメーターの型を示す 値。
pData
型: void*
パラメーター データへのポインター。
要件
サポートされている最小のクライアント | Windows 7、Windows Vista SP2 と Windows Vista 用プラットフォーム更新プログラム、WINDOWS XP SP3 および 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 を含む) |
関連項目
カスタム プロパティ、イベント、およびコントロール パターン
参照