Specifies the FMTID/PID identifier of a column that will be displayed by the Windows Explorer Details view.
| C# | Visual Basic | Visual C++ |
public struct SHCOLUMNID
Public Structure SHCOLUMNID
public value class SHCOLUMNID
| All Members | Constructors | Methods | Fields | ||
| Icon | Member | Description |
|---|---|---|
| SHCOLUMNID(Guid, Int32) |
Constructor for SHCOLUMNID.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| fmtid |
A property set format identifier or FMTID (a GUID).
| |
| GetHashCode()()() |
Returns the hash code for this instance.
(Inherited from ValueType.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| pid |
The column's property identifier (PID).
| |
| ShellColumnAccessTime |
SHCOLUMNID for 'Access Time' column.
| |
| ShellColumnAttributes |
SHCOLUMNID for the 'Attributes' column.
| |
| ShellColumnCreateTime |
SHCOLUMNID for the 'Create Time' column.
| |
| ShellColumnElementType |
SHCOLUMNID for 'Element Type' column.
| |
| ShellColumnFreeSize |
SHCOLUMNID for the 'Free Size' column.
| |
| ShellColumnFullCapacity |
SHCOLUMNID for the 'Full Capacity' column.
| |
| ShellColumnInvalid | Represents an invalid TShColumId. This constant is used e.g. for error reporting or hiding columns. | |
| ShellColumnName |
SHCOLUMNID for the 'Name' column.
| |
| ShellColumnParentWorkId |
SHCOLUMNID for 'In Folder' column.
| |
| ShellColumnSize |
SHCOLUMNID for the 'Size' column.
| |
| ShellColumnType |
SHCOLUMNID for the 'Type' column.
| |
| ShellColumnWriteTime |
SHCOLUMNID for the 'Write Time' column.
| |
| ToString()()() |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |