Click or drag to resize

IFieldList Interface

A list of fields contained within the presentation space.

Namespace:  MicroFocus.ZFE.Connector
Assembly:  MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.3.379.0 (1.3.379.0)
Syntax
public interface IFieldList

The IFieldList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of fields in the list.
Public propertyCode exampleItem
Field list indexer.
Public propertyPresentationSpace
The presentation space associated with the fields in this list.
Top
Methods
  NameDescription
Public methodCode exampleFindField
Finds a field by position.
Public methodCode exampleFindFieldWithText
Finds a field by position that contains the specified text.
Public methodCode exampleGetEnumerator
Retrieves the enumerator for the Field objects contained within this FieldList.
Top
See Also