COM Interface: IPCBComponentSymbols
Members
Properties
| Property | Description |
|---|---|
| long Count {get} | Retrieves the number of component symbols in the collection. |
| IComponentSymbol Item(long index) | Retrieves the component symbol at a specific index. |
| IEnumVARIANT _NewEnum {get} | Enables use of the built-in syntax of a COM client to iterate through an object’s collection of items. |

