ShellBrowserBaseGetUIObject Method (Guid) |
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.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public Object GetUIObject(
Guid riid
)
Public Function GetUIObject (
riid As Guid
) As Object
public:
Object^ GetUIObject(
Guid riid
)
member GetUIObject :
riid : Guid -> Object
Parameters
- riid
- Type: SystemGuid
IID of the interface that should be returned
Return Value
Type:
ObjectThe requested COM object, which needs to be casted.
See Also