ITextRangeProvider.GetText(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取範圍的純文字。
public:
Platform::String ^ GetText(int maxLength);
winrt::hstring GetText(int const& maxLength);
public string GetText(int maxLength);
function getText(maxLength)
Public Function GetText (maxLength As Integer) As String
參數
- maxLength
-
Int32
int
傳回之字串的最大長度。 使用 – 1 指定無限制長度。
傳回
文字範圍的純文字,這可能代表在指定 maxLength截斷的完整字串部分。