Added ShellFolder.IShellFolder property to expose underlying COM interface.

pull/161/head
dahall 2020-08-06 12:54:38 -06:00
parent 51716e2898
commit 7a686bddae
1 changed files with 4 additions and 0 deletions

View File

@ -128,6 +128,10 @@ namespace Vanara.Windows.Shell
}
}
/// <summary>Gets the underlying <see cref="IShellFolder"/> instance.</summary>
/// <value>The underlying <see cref="IShellFolder"/> instance.</value>
public IShellFolder IShellFolder => iShellFolder;
/// <summary>
/// Retrieves a handler, typically the Shell folder object that implements IShellFolder for a particular item. Optional parameters
/// that control the construction of the handler are passed in the bind context.