NSWritingToolsCoordinator.UpdateRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("updateRange:withText:reason:forContextWithIdentifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UpdateRange(Foundation.NSRange range, Foundation.NSAttributedString replacementText, AppKit.NSWritingToolsCoordinatorTextUpdateReason reason, Foundation.NSUuid contextId);
[<Foundation.Export("updateRange:withText:reason:forContextWithIdentifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UpdateRange : Foundation.NSRange * Foundation.NSAttributedString * AppKit.NSWritingToolsCoordinatorTextUpdateReason * Foundation.NSUuid -> unit
override this.UpdateRange : Foundation.NSRange * Foundation.NSAttributedString * AppKit.NSWritingToolsCoordinatorTextUpdateReason * Foundation.NSUuid -> unit
Parameters
- range
- NSRange
- replacementText
- NSAttributedString
- contextId
- NSUuid
- Attributes