JamBaseShellListViewPrepareMultiObjects Method |
Handled via IShellCommandInvokable now
Prepares the selected items in the list for being used with the m_ShellBrowser, an instance of
ShellBrowser.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax[ObsoleteAttribute("Handled via IShellCommandInvokable now")]
protected virtual bool PrepareMultiObjects()
<ObsoleteAttribute("Handled via IShellCommandInvokable now")>
Protected Overridable Function PrepareMultiObjects As Boolean
protected:
[ObsoleteAttribute(L"Handled via IShellCommandInvokable now")]
virtual bool PrepareMultiObjects()
[<ObsoleteAttribute("Handled via IShellCommandInvokable now")>]
abstract PrepareMultiObjects : unit -> bool
[<ObsoleteAttribute("Handled via IShellCommandInvokable now")>]
override PrepareMultiObjects : unit -> bool
Return Value
Booleantrueif one or more items have been successfully prepared; otherwise
false
See Also