共用方式為


IManipulationProcessor::p ut_SupportedManipulations 方法 (manipulations.h)

SupportedManipulations屬性是用來指出物件支援哪些操作。

這是可讀寫的屬性。

語法

HRESULT put_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)

另請參閱

IManipulationProcessor

MANIPULATION_PROCESSOR_MANIPULATIONS

屬性