共用方式為


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

另請參閱

IDirectManipulationCompositor