共用方式為


IFileOperation::ApplyPropertiesToItems 方法 (shobjidl_core.h)

宣告一組要套用一組通用屬性值的專案。

語法

HRESULT ApplyPropertiesToItems(
  [in] IUnknown *punkItems
);

參數

[in] punkItems

類型: IUnknown*

IShellItemArrayIDataObjectIEnumShellItems物件的IUnknown指標,代表專案群組。 您也可以指向 IPersistIDList 物件來代表單一專案,有效地完成 與 IFileOperation::ApplyPropertiesToItem相同的函式。

傳回值

類型: HRESULT

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

備註

這個方法不會將屬性套用至專案,只會宣告專案。 若要在專案群組上設定屬性值,您必須至少進行此處詳述的呼叫順序:

  1. 呼叫 IFileOperation::SetProperties 來宣告要設定的特定屬性及其新值。
  2. 呼叫 IFileOperation::ApplyPropertiesToItems 來宣告要設定其屬性值的專案。
  3. 呼叫 IFileOperation::P erformOperations 將屬性套用至專案。

規格需求

   
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 shobjidl_core.h (包含 Shobjidl.h)

另請參閱

IFileOperation

IFileOperation::ApplyPropertiesToItem