VCDPropertyItems.FindItem Method |
||||||||||||||
Returns the VCDPropertyItem that is referred by the passed identifier string. | ||||||||||||||
Syntax: | Public Function FindItem(ItemIdentifier As String) As VCDPropertyItem |
|||||||||||||
|
||||||||||||||
Return Value: | If the identifier string was not found, the function returns Nothing. |
|||||||||||||
Remarks: | For available property item identifier strings see Standard Property Item Identifier Strings. A sample can be found in the Basic Use of VCD Properties tutorial. |
|||||||||||||
See also: | VCDPropertyItems, VCDPropertyItem, Standard Property Item Identifier Strings, Basic Use of VCD Properties |