TextRangeProviderWrapperGetText - метод
Retrieves the plain text of the range.
Пространство имён: Tessa.UI.Automation.HelpersСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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. |