VCDPropertyItems.FindInterface Method |
||||||||||||||
| This method returns the VCDPropertyInterface that is referred by the passed identifier string. | ||||||||||||||
| Syntax: | Public Function FindInterface(InterfacePath As String) As VCDPropertyInterface |
|||||||||||||
|
||||||||||||||
| Return Value: | If the collection contains a property item with an interface matching the given interface path, the FindInterface method returns the VCDPropertyInterface. If the identifier string was not found, the function returns Nothing. |
|||||||||||||
| Remarks: | For available property item identifier and element identifier strings see VCDPropertyIDs. |
|||||||||||||
| See also: | VCDPropertyItems, VCDPropertyItem, VCDPropertyInterface, Standard Property Item Identifier Strings, Standard Element Identifier Strings, Standard Interface Identifier Strings | |||||||||||||