Find all UsbRegistry devices that matches the FindUsbPredicate.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public UsbRegDeviceList FindAll( Predicate<UsbRegistry> findUsbPredicate )
Public Function FindAll ( _ findUsbPredicate As Predicate(Of UsbRegistry) _ ) As UsbRegDeviceList
public: UsbRegDeviceList^ FindAll( Predicate<UsbRegistry^>^ findUsbPredicate )
Parameters
- findUsbPredicate (Predicate<(Of <(<'UsbRegistry>)>)>)
- The predicate function to use.
Return Value
All usb registry classes that match.