共用方式為


IDirectManipulationViewport::RemoveContent 方法 (directmanipulation.h)

從檢視區移除次要內容。

語法

HRESULT RemoveContent(
  [in] IDirectManipulationContent *content
);

參數

[in] content

要移除的內容物件。

傳回值

如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。

備註

您可以隨時從檢視區移除次要內容。

規格需求

需求
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 directmanipulation.h

另請參閱

IDirectManipulationViewport