IManipulationProcessor::p ut_SupportedManipulations メソッド (manipulations.h)
SupportedManipulations プロパティは、オブジェクトでサポートされている操作を示すために使用されます。
このプロパティは読み取り/書き込み可能です。
構文
HRESULT put_SupportedManipulations(
MANIPULATION_PROCESSOR_MANIPULATIONS manipulations
);
パラメーター
manipulations
戻り値
なし
解説
このプロパティを使用すると、サポートする操作とサポートしない操作を制御できます。 たとえば、x 翻訳操作をサポートしながら、すべての 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 を含む) |