IFieldList Interface |
Namespace: MicroFocus.ZFE.Connector
The IFieldList type exposes the following members.
Name | Description | |
---|---|---|
Count |
Returns the number of fields in the list.
| |
Item |
Field list indexer.
| |
PresentationSpace |
The presentation space associated with the fields in this list.
|
Name | Description | |
---|---|---|
FindField |
Finds a field by position.
| |
FindFieldWithText |
Finds a field by position that contains the specified text.
| |
GetEnumerator |
Retrieves the enumerator for the Field objects contained within this FieldList.
|