IWindowsScriptObjectGetUnderlyingObject Method |
Provides access to the underlying unmanaged COM object.
Namespace:
Microsoft.ClearScript.Windows
Assembly:
ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.2.5
SyntaxObject GetUnderlyingObject()
Function GetUnderlyingObject As Object
Object^ GetUnderlyingObject()
abstract GetUnderlyingObject : unit -> Object
Return Value
Type:
ObjectAn object that represents the underlying unmanaged COM object.
See Also