IVZItemsNames

Assembly: Visualizators.

Description

The IVZItemsNames interface is used to work with the collection of visualizer element names.

Inheritance Hierarchy

          IVZItemsNames

Comments

The collection of visualizer element names can be obtained in the following properties: 

Properties

  Property name Brief description
AllKeys

The AllKeys property returns keys of all elements.
Count

The Count property determines the number of collection elements.
Item

The Item property determines the collection element by its key.

Methods

  Method name Brief description
Add

The Add method adds a new element into the collection.
Clear

The Clear method entirely removes elements from the collection.
Remove

The Remove method removes element from the collection by its key.

See also:

Visualizators Assembly Interfaces