ShellBrowser .Net Edition
GetUIObject Method (riid)
NamespacesJam.ShellShellBrowserGetUIObject(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.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetUIObject(
	Guid riid
)
Public Function GetUIObject ( _
	riid As Guid _
) As Object
public:
Object^ GetUIObject(
	Guid riid
)
Parameters
riid (Guid)
IID of the interface that should be returned
Return Value
The requested COM object, which needs to be casted.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)