IDirectManipulationCompositor::RemoveContent メソッド (directmanipulation.h)
コンポジターからコンテンツを削除します。
構文
HRESULT RemoveContent(
[in] IDirectManipulationContent *content
);
パラメーター
[in] content
コンポジション ツリーから削除するコンテンツ。
戻り値
メソッドが成功すると、 S_OKが返されます。 そうでない場合は、HRESULT エラー コードを返します。
注釈
このメソッドは 、AddContent で追加されたコンテンツを削除し、コンポジション ツリー内の親ビジュアルと子ビジュアルの間の元のリレーションシップを復元します。 言い換えると、 RemoveContent は AddContent を元に戻します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | directmanipulation.h |