IDirectManipulationViewport::RemoveContent メソッド (directmanipulation.h)

ビューポートからセカンダリ コンテンツを削除します。

構文

HRESULT RemoveContent(
  [in] IDirectManipulationContent *content
);

パラメーター

[in] content

削除するコンテンツ オブジェクト。

戻り値

このメソッドは、成功すると S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。

注釈

セカンダリ コンテンツはいつでもビューポートから削除できます。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー directmanipulation.h

こちらもご覧ください

IDirectManipulationViewport