This class represents an element of video capture device property.
    Namespace:  TIS.Imaging 
    Introduced in version 2.0
| Property | Description | ||
| Count | Returns the number of interfaces this element exposes to access its data.  | 
||
| ElementID | Returns a string with the GUID of the element  | 
||
| Item | Returns one of this element's interfaces.  | 
||
| Name | Returns the display name of this element.  | 
||
| Parent | Returns the item this element belongs to.  | 
||
| Method | Description | ||
| Find | Finds the according VCDPropertyInterface  | 
||
| FindInterface | Returns the desired interface to this element, if it exists.  | 
||
| Update | Updates the internal cache of the element to match the device's state.  | 
||