In This Topic
Retrieves the device.
Syntax
'Declaration
Public Overloads Function GetDevice(Of As ComObject)() As
public GetDevice<>()
where T: ComObject
Type Parameters
- T
- The interface that is returned can be any interface published by the device.
Return Value
The associated device.
See Also