INSTextStorageDelegate インターフェイス

定義

[Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(AppKit.NSTextStorageDelegateWrapper))]
public interface INSTextStorageDelegate : IDisposable, ObjCRuntime.INativeObject
type INSTextStorageDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, nint)
TextStorageDidProcessEditing(INSTextStorageDelegate, NSNotification)
TextStorageWillProcessEditing(INSTextStorageDelegate, NSNotification)
WillProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, nint)

適用対象