'Declaration Public Function FindByName( _
ByVal deviceNameName of the device to find.As String _
) As WiaDevice
public WiaDevice FindByName(
string deviceName
)
public: WiaDevice* FindByName(
string* deviceName
)
public:
WiaDevice^ FindByName(
string^ deviceName
)
Parameters
- deviceName
- Name of the device to find.
Return Value
WiaDevice if device is found; otherwise, null.