Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the collection of columns for the view to display.
Syntax
HRESULT SetColumns(
[in] const PROPERTYKEY *rgkeyOrder,
[in] UINT cVisible
);
Parameters
[in] rgkeyOrder
Type: const PROPERTYKEY*
A pointer to an array of PROPERTYKEY structures that specify the columns to display.
[in] cVisible
Type: UINT
The size of the rgkeyOrder array.
Return value
Type: HRESULT
Returns one of the following values:
Return code | Description |
---|---|
|
Collection set. |
|
Collection not set. |
Remarks
Note IColumnManager::SetColumns clears the state of all columns, so IColumnManager::SetColumnInfo must be called afterward to set the state of individual columns.
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) |
DLL | Shell32.dll (version 5.0 or later) |