CustomFileListTGetUIObject Method |
Returns for the currently selected item a COM object that implements the requested interface.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override Object GetUIObject(
Guid riid
)
Protected Overrides Function GetUIObject (
riid As Guid
) As Object
protected:
virtual Object^ GetUIObject(
Guid riid
) override
abstract GetUIObject :
riid : Guid -> Object
override GetUIObject :
riid : Guid -> Object
Parameters
- riid
- Type: SystemGuid
IID of the interface that should be returned
Return Value
Type:
ObjectThe UIObject that is returned by
GetUIObject(Guid)See Also