IMultipleViewProvider::SetCurrentView 方法 (uiautomationcore.h)
設定目前的控制項專屬檢視。
語法
HRESULT SetCurrentView(
[in] int viewId
);
參數
[in] viewId
類型: int
檢視識別項。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
您可以使用 IMultipleViewProvider::GetSupportedViews 來擷取檢視標識碼。
檢視標識碼的集合對於控件的所有實例都必須相同。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2003 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | uiautomationcore.h (包含 UIAutomation.h) |
Dll | Uiautomationcore.dll |