| ShellBrowserBaseGetUIObject(Guid) Method | 
            Queries and returns COM interfaces from the currently active Folder and object. If object names are assigned to the MultiObject collection, then they will be used.
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
Syntaxpublic Object GetUIObject(
	Guid riid
)
Public Function GetUIObject ( 
	riid As Guid
) As Object
public:
Object^ GetUIObject(
	Guid riid
)
member GetUIObject : 
        riid : Guid -> Object Parameters
- riid  Guid
- IID of the interface that should be returned
Return Value
ObjectThe requested COM object, which needs to be casted.
 See Also
See Also