NSLayoutManager.TextStorageEdited 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Foundation.Export("textStorage:edited:range:changeInLength:invalidatedRange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, "Use ProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editMask, NSRange newCharRange, nint delta, NSRange invalidatedCharRange) instead).")]
public virtual void TextStorageEdited (AppKit.NSTextStorage str, AppKit.NSTextStorageEditedFlags editedMask, Foundation.NSRange newCharRange, nint changeInLength, Foundation.NSRange invalidatedCharRange);
abstract member TextStorageEdited : AppKit.NSTextStorage * AppKit.NSTextStorageEditedFlags * Foundation.NSRange * nint * Foundation.NSRange -> unit
override this.TextStorageEdited : AppKit.NSTextStorage * AppKit.NSTextStorageEditedFlags * Foundation.NSRange * nint * Foundation.NSRange -> unit
參數
- str
- NSTextStorage
- editedMask
- NSTextStorageEditedFlags
- newCharRange
- NSRange
- changeInLength
- System.System.IntPtr System.nativeint
- invalidatedCharRange
- NSRange
- 屬性