Share via


NSTextFinderClient_Extensions.GetString Method

Definition

Overloads

GetString(INSTextFinderClient)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string GetString(this AppKit.INSTextFinderClient This);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetString : AppKit.INSTextFinderClient -> string

Parameters

Returns

Attributes

Applies to

GetString(INSTextFinderClient, UIntPtr, NSRange, Boolean)

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string GetString(this AppKit.INSTextFinderClient This, UIntPtr index, out Foundation.NSRange effectiveRange, bool endsWithSearchBoundary);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetString : AppKit.INSTextFinderClient * unativeint * NSRange * bool -> string

Parameters

index
UIntPtr

unativeint

effectiveRange
NSRange
endsWithSearchBoundary
Boolean

Returns

Attributes

Applies to