VCDPropertyElements.FindElement Method |
||||||||||||||
Searches the collection for a VCDPropertyElement with a given element id. | ||||||||||||||
Syntax: | Public Function FindElement( ElementID As String ) As VCDPropertyElement |
|||||||||||||
|
||||||||||||||
Return Value: | If the collection contains an VCDPropertyElement with an element identifier string equal to the passed element identifier string, the FindElement method returns this VCDPropertyElement. If the identifier string was not found, the function returns Nothing. |
|||||||||||||
Remarks: | The element identifier strings are GUIDs. A list of strings can be found in Standard Element Identifier Strings list. The Basic Use of VCD Properties article in the Programmer's Guide shows how to use the element identifier strings. |
|||||||||||||
See also: | VCDPropertyElements, VCDPropertyElement, Standard Element Identifier Strings, Basic Use of VCD Properties |