Share via


NSTextFinderClient_Extensions Class

Definition

Extension methods to the INSTextFinderClient interface to support all the methods from the NSTextFinderClient protocol.

public static class NSTextFinderClient_Extensions
type NSTextFinderClient_Extensions = class
Inheritance
NSTextFinderClient_Extensions

Remarks

The extension methods for INSTextFinderClient interface allow developers to treat instances of the interface as having all the optional methods of the original NSTextFinderClient protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
DidReplaceCharacters(INSTextFinderClient)
DrawCharacters(INSTextFinderClient, NSRange, NSView)
GetAllowsMultipleSelection(INSTextFinderClient)
GetContentView(INSTextFinderClient, UIntPtr, NSRange)
GetEditable(INSTextFinderClient)
GetFirstSelectedRange(INSTextFinderClient)
GetRects(INSTextFinderClient, NSRange)
GetSelectable(INSTextFinderClient)
GetSelectedRanges(INSTextFinderClient)
GetString(INSTextFinderClient, UIntPtr, NSRange, Boolean)
GetString(INSTextFinderClient)
GetStringLength(INSTextFinderClient)
GetVisibleCharacterRanges(INSTextFinderClient)
ReplaceCharacters(INSTextFinderClient, NSRange, String)
ScrollRangeToVisible(INSTextFinderClient, NSRange)
SetSelectedRanges(INSTextFinderClient, NSArray)
ShouldReplaceCharacters(INSTextFinderClient, NSArray, NSArray)

Applies to