IShellPreviewHandlerLoad Method |
Loads the file given through the parameters
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxbool Load(
ICommonPreviewHandlerHost p_Parent,
string p_Path,
ItemIdList p_AbsolutePidl
)
Function Load (
p_Parent As ICommonPreviewHandlerHost,
p_Path As String,
p_AbsolutePidl As ItemIdList
) As Boolean
bool Load(
ICommonPreviewHandlerHost^ p_Parent,
String^ p_Path,
ItemIdList^ p_AbsolutePidl
)
abstract Load :
p_Parent : ICommonPreviewHandlerHost *
p_Path : string *
p_AbsolutePidl : ItemIdList -> bool Parameters
- p_Parent ICommonPreviewHandlerHost
- The host control of the PreviewHandlers.
- p_Path String
- The file path to be displayed
- p_AbsolutePidl ItemIdList
- The absolute ItemIdList of the file to be displayed.
Return Value
Booleantrue if loading succeeded
See Also