CTRun.GetStringIndices Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetStringIndices() | |
GetStringIndices(NSRange) | |
GetStringIndices(NSRange, nint[]) |
GetStringIndices()
public nint[] GetStringIndices ();
member this.GetStringIndices : unit -> nint[]
Returns
System.System.IntPtr[]
System.nativeint[]
Applies to
GetStringIndices(NSRange)
public nint[] GetStringIndices (Foundation.NSRange range);
member this.GetStringIndices : Foundation.NSRange -> nint[]
Parameters
- range
- NSRange
Returns
System.System.IntPtr[]
System.nativeint[]
Applies to
GetStringIndices(NSRange, nint[])
public nint[] GetStringIndices (Foundation.NSRange range, nint[] buffer);
member this.GetStringIndices : Foundation.NSRange * nint[] -> nint[]
Parameters
- range
- NSRange
- buffer
-
System.System.IntPtr[]
System.nativeint[]
Returns
System.System.IntPtr[]
System.nativeint[]