IResourceItems

Assembly: IO;

Namespace: Prognoz.Platform.Interop.ForeIO;

Description

The IResourceItems interface is a basic interface that contains properties and methods for the interfaces implementing resource editor objects.

Inheritance Hierarchy

          IResourceItems

Comments

The resource editor can contain string elements and images. To work with string resource elements, use the IResourceStrings interface, to work with images, use the IResourceBinaries interface.

Properties

  Property name Brief description
The Count property returns the number of strings or images in the resource editor.
The Id property determines an object identifier with the specified key.
The Key property returns the object key with the specified index.

Methods

  Method name Brief description
The Add method adds an object to the resource editor.
The Clear method removes all objects of the resource editor.
The FindById method searches for a resource editor object key by the specified object identifier.
The FindByKey method searches for resource editor object index by the specified object key.
The Remove method removes a resource editor object by the specified index.
The RemoveById method removes an object of the resource editor by the specified identifier.
The RemoveByKey method removes a resource editor object by the specified key.

See also:

IO Assembly Interfaces