ShellControlConnectorGetHistoryElement Method |
Retrieve the history element at the index given.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic ShellItem GetHistoryElement(
int p_Index
)
Public Function GetHistoryElement (
p_Index As Integer
) As ShellItem
public:
ShellItem^ GetHistoryElement(
int p_Index
)
member GetHistoryElement :
p_Index : int -> ShellItem Parameters
- p_Index Int32
- The index of the element to get.
Return Value
ShellItemA
ShellItem or null if the index is not within range.
See Also