BPCDevices.Item

[This is preliminary documentation and subject to change.]

The Item method returns a reference to the specified BPCDeviceBase object in the BPCDevices collection. This property is read-only.

Syntax

[oDevice = ] object.Item(vName)
 

Parameters

object
Object expression that resolves to a BPCDevices object.
vName
VT_BSTR value that contains the device name of the BPCDeviceBase object.
oDevice
The BPCDeviceBase object specified by vName.

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in vidsvr.odl.
  Import Library: Included as a resource in vid.ocx.
  Unicode: Yes.

See Also

BPCDeviceBase