JamBaseShellListViewPrepareMultiObjects Method |
Note: This API is now obsolete.
Prepares the selected items in the list for being used with the m_ShellBrowser, an instance of
ShellBrowser.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
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
Type:
Booleantrueif one or more items have been successfully prepared; otherwise
falseSee Also