diff --git a/Windows.Shell/ShellObjects/ShellFolder.cs b/Windows.Shell/ShellObjects/ShellFolder.cs index 13c7b555..e178d075 100644 --- a/Windows.Shell/ShellObjects/ShellFolder.cs +++ b/Windows.Shell/ShellObjects/ShellFolder.cs @@ -128,6 +128,10 @@ namespace Vanara.Windows.Shell } } + /// Gets the underlying instance. + /// The underlying instance. + public IShellFolder IShellFolder => iShellFolder; + /// /// 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.