VCDPropertyElements.FindInterface Method

This method returns the VCDPropertyInterface that is specified by the passed string.
Syntax:
Public Function FindInterface( InterfacePath As String ) As VCDPropertyInterface
Parameter Description
InterfacePath

Specifies the path to the VCDPropertyInterface. The string contains an element identifier string and an interface identifier string. The identifier strings are separated by a colon: "element_id:interface_id".

Return Value:

If the VCDPropertyElements collection contains an VCDPropertyInterface with an interface identifier string equal to the passed interface identifier string, the FindInterface method returns this VCDPropertyInterface.

If the identifier string was not found, the function returns Nothing.

Remarks:

The interface identifier strings are GUIDs. A list of strings can be found in Standard Interface Identifier Strings list.

The Basic Use of VCD Properties article in the Programmer's Guide shows how to use the interface identifier strings.

See also: VCDPropertyElements, VCDPropertyElement, VCDPropertyInterface, Standard Element Identifier Strings, Standard Interface Identifier Strings, Basic Use of VCD Properties

<< VCDPropertyElements