TextRangeProviderWrapper.GetText - метод
Retrieves the plain text of the range.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.23
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.
ITextRangeProvider.GetText(Int32) ArgumentOutOfRangeException | If maxLength is less than -1. |