다음을 통해 공유


NSTextStorageDelegate.WillProcessEditing 메서드

정의

[Foundation.Export("textStorage:willProcessEditing:range:changeInLength:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillProcessEditing (AppKit.NSTextStorage textStorage, AppKit.NSTextStorageEditActions editedMask, Foundation.NSRange editedRange, nint delta);
abstract member WillProcessEditing : AppKit.NSTextStorage * AppKit.NSTextStorageEditActions * Foundation.NSRange * nint -> unit
override this.WillProcessEditing : AppKit.NSTextStorage * AppKit.NSTextStorageEditActions * Foundation.NSRange * nint -> unit

매개 변수

textStorage
NSTextStorage
editedRange
NSRange
delta
System.System.IntPtr System.nativeint
특성

적용 대상