Share via


INSTextStorageObserving Interface

Definition

This interface represents the Objective-C protocol NSTextStorageObserving.

[Foundation.Protocol(Name="NSTextStorageObserving", WrapperType=typeof(AppKit.NSTextStorageObservingWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr), typeof(Foundation.NSRange) }, Selector="processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="PerformEditingTransaction", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(System.Action) }, Selector="performEditingTransactionForTextStorage:usingBlock:")]
[Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="textStorage", IsProperty=true, IsRequired=true, IsStatic=false, Name="TextStorage", PropertyType=typeof(AppKit.NSTextStorage), Selector="textStorage", SetterSelector="setTextStorage:")]
public interface INSTextStorageObserving : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextStorageObserving", WrapperType=typeof(AppKit.NSTextStorageObservingWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="ProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr), typeof(Foundation.NSRange) }, Selector="processEditingForTextStorage:edited:range:changeInLength:invalidatedRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="PerformEditingTransaction", ParameterBlockProxy=new System.Type[] { null, typeof(ObjCRuntime.Trampolines+NIDAction) }, ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(System.Action) }, Selector="performEditingTransactionForTextStorage:usingBlock:")>]
[<Foundation.ProtocolMember(ArgumentSemantic=ObjCRuntime.ArgumentSemantic.Strong, GetterSelector="textStorage", IsProperty=true, IsRequired=true, IsStatic=false, Name="TextStorage", PropertyType=typeof(AppKit.NSTextStorage), Selector="textStorage", SetterSelector="setTextStorage:")>]
type INSTextStorageObserving = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
TextStorage

Methods

Name Description
PerformEditingTransaction(NSTextStorage, Action)
ProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr, NSRange)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to