IManipulationProcessor::get_SupportedManipulations 方法 (manipulations.h)
SupportedManipulations 屬性是用來指出物件支援哪些操作。
這是可讀寫的屬性。
語法
HRESULT get_SupportedManipulations(
MANIPULATION_PROCESSOR_MANIPULATIONS *manipulations
);
參數
manipulations
傳回值
無
備註
使用這個屬性,您可以控制支援和不支援的操作。 例如,您可以在支援 x-translation 操作時封鎖所有 y 翻譯操作。
範例
CoInitialize(0);
hr = spIManipProc.CoCreateInstance(CLSID_ManipulationProcessor, NULL, CLSCTX_ALL);
MANIPULATION_PROCESSOR_MANIPULATIONS mpm;
spIManipProc->get_SupportedManipulations(&mpm);
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | manipulations.h (包含 Manipulations_i.c) |