IVCDPropertyItems::findItem Method |
||||||||||||||
Searches the collection for a IVCDPropertyItem with the given item id. | ||||||||||||||
Syntax: | smart_com<IVCDPropertyItem> findItem( const GUID& itemID ) const; |
|||||||||||||
|
||||||||||||||
Return value: | If the collection contains an item with an id equal to the given item id, the findItem method returns a pointer to the IVCDPropertyItem. If the item is not found, 0 is returned. |
|||||||||||||
See also: | IVCDPropertyItems, IVCDPropertyItem, Standard Property Item GUIDs |