VCDPropertyItems.Find Method |
||||||||||||||||||||
This method returns the VCDPropertyInterface that is referred by the passed item GUID, element GUID and interface type. The interface type is specified by generic type argument or the type of the out parameter. | ||||||||||||||||||||
Syntax: | [C#] |
|||||||||||||||||||
|
||||||||||||||||||||
Return Value: | If the specified element does not have an interface of the requested interface type, the function returns Nothing and null respectively. |
|||||||||||||||||||
Remarks: | For available property item identifier and element identifiers, see VCDGUIDs. |
|||||||||||||||||||
Information: | Introduced in version 3.4 | |||||||||||||||||||
Sample: | This example retrieves and disables Exposure-Auto. [C#] |
|||||||||||||||||||
See also: | VCDPropertyItems, VCDPropertyItem, VCDPropertyInterface |