共用方式為


TextRange.CopyTo(Span<Char>) Method

Definition

Copy this text to the specified Span<T>.

public void CopyTo (Span<char> destination);
member this.CopyTo : Span<char> -> unit
Public Sub CopyTo (destination As Span(Of Char))

Parameters

destination
Span<Char>

The destination Span<T>.

Applies to