IFolderView2::SetTileViewProperties method (shobjidl_core.h)

[This method is still implemented, but should be considered deprecated as of Windows 7. It might not be implemented in future versions of Windows. It cannot be used with items in search results or library views, so consider using the item's existing properties or, if applicable, emitting properties from your namespace or property handler. See Developing Property Handlers for Windows Search for more information.]

Set the list of tile properties for an item.

Syntax

DEPRECATED_HRESULT SetTileViewProperties(
  [in] PCUITEMID_CHILD pidl,
  [in] LPCWSTR         pszPropList
);

Parameters

[in] pidl

Type: PCUITEMID_CHILD

A pointer to an item identifier list (PIDL).

[in] pszPropList

Type: LPCWSTR

A pointer to a Unicode string containing a list of properties.

Return value

Type: DEPRECATED_HRESULT

Returns S_OK if successful, or an error value otherwise.

Remarks

The pszPropList parameter must be of the form "prop:<canonical-property-name>;<canonical-property-name>" where "<canonical-property-name>" is replaced by an actual canonical property name. The parameter can contain one or more properties delimited by semicolons.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)

See also

IFolderView2

Property Description Schema

Property Lists