JamShellColumnCollectionItem(String) Property |
Gets the column header with the specified key from the collection.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic JamShellColumnHeader this[
string pKey
] { get; }Public ReadOnly Default Property Item (
pKey As String
) As JamShellColumnHeader
Get
public:
property JamShellColumnHeader^ default[String^ pKey] {
JamShellColumnHeader^ get (String^ pKey);
}member Item : JamShellColumnHeader with get
Parameters
- pKey String
- The key of the column header to retrieve from the collection.
Return Value
JamShellColumnHeaderA JamShellColumnHeader representing the column header with the specified key.
See Also