NSTextFinderClient_Extensions.GetString 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
| Name | Description |
|---|---|
| GetString(INSTextFinderClient) | |
| GetString(INSTextFinderClient, UIntPtr, NSRange, Boolean) |
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
- This
- INSTextFinderClient
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
- This
- INSTextFinderClient
- index
-
UIntPtr
unativeint
- effectiveRange
- NSRange
- endsWithSearchBoundary
- Boolean
Returns
- Attributes