ShellViewColumnsContains Method (SHCOLUMNID) |
Determines whether the passed column is contained in the collection.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool Contains(
SHCOLUMNID pShellColumnId
)
Public Function Contains (
pShellColumnId As SHCOLUMNID
) As Boolean
public:
bool Contains(
SHCOLUMNID pShellColumnId
)
member Contains :
pShellColumnId : SHCOLUMNID -> bool
Parameters
- pShellColumnId
- Type: Jam.ShellSHCOLUMNID
A SHCOLUMNID that serves as identifier of the column.
Return Value
Type:
Booleantrue, if the column is found the collection, false otherwise.
See Also