共用方式為


UIAutomationParameter 結構 (uiautomationcore.h)

包含自訂控制項模式之參數的相關資訊。

語法

struct UIAutomationParameter {
  UIAutomationType type;
  void             *pData;
};

成員

type

類型: UIAutomationType

值,表示參數的類型。

pData

類型: void*

參數資料的指標。

規格需求

   
最低支援的用戶端 Windows 7、Windows Vista SP2 和 Windows Vista 平臺更新、Windows XP SP3 和適用于 Windows Vista 的平臺更新 [桌面應用程式 |UWP 應用程式]
最低支援的伺服器 Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008、Windows Server 2003 SP2 和 Platform Update for Windows Server 2008 [桌面應用程式 |UWP 應用程式]
標頭 uiautomationcore.h (包含 UIAutomation.h)

另請參閱

CallMethod

自訂屬性、事件及控制項模式

分派

參考