IPresentationSpaceGetText Method |
Retrieves the text at the specified position.
Namespace:
MicroFocus.ZFE.Connector
Assembly:
MicroFocus.ZFE.Connector (in MicroFocus.ZFE.Connector.dll) Version: 1.7.1078.0 (1.7.1078.0)
Syntax string GetText(
IPosition start,
int length
)
Function GetText (
start As IPosition,
length As Integer
) As String
Parameters
- start
- Type: MicroFocus.ZFE.ConnectorIPosition
The starting position. - length
- Type: SystemInt32
The number of characters to retrieve.
Return Value
Type:
StringThe characters on the presentation space specified by the start position and length.
Exceptions See Also