TextRangeProviderWrapperGetText - метод
Retrieves the plain text of the range.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public string GetText(
int maxLength
)
Public Function GetText (
maxLength As Integer
) As String
public:
virtual String^ GetText(
int maxLength
) sealed
abstract GetText :
maxLength : int -> string
override GetText :
maxLength : int -> string
- maxLength Int32
- The maximum length of the string to return. Use -1 if no limit is required.
StringThe plain text of the text range, possibly truncated at the specified
maxLength.
ITextRangeProviderGetText(Int32) ArgumentOutOfRangeException | If maxLength is less than -1. |