'Usage
Dim instance As _InteropHelper Dim obj As Object Dim value As Object value = instance.AsObject(obj)
Parameters
- obj
- The object to be cast.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
This method can return null
(Nothing
in Visual Basic).