次の方法で共有


NSTextStorageDelegate_Extensions クラス

定義

プロトコルからNSTextStorageDelegateのすべてのメソッドをINSTextStorageDelegateサポートする インターフェイスへの拡張メソッド。

public static class NSTextStorageDelegate_Extensions
type NSTextStorageDelegate_Extensions = class
継承
NSTextStorageDelegate_Extensions

注釈

INSTextStorageDelegate 拡張メソッドを使用すると、開発者はインターフェイスのインスタンスを、元 NSTextStorageDelegate のプロトコルのすべての省略可能なメソッドを持つものとして扱えることができるようになります。 インターフェイスには必要なメンバーのみが含まれるため、これらの拡張メソッドを使用すると、開発者はプロトコルの省略可能なメンバーを呼び出すことができるようになります。

メソッド

DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, nint)

指定した editedRange の編集が完了したことを示します。

WillProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, nint)

指定した editedRange での編集の処理が開始されることを示します。

適用対象