INSTextStorageDelegate Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage.
[Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(AppKit.NSTextStorageDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageWillProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageWillProcessEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageDidProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageDidProcessEditing:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:willProcessEditing:range:changeInLength:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")]
public interface INSTextStorageDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(AppKit.NSTextStorageDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageWillProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageWillProcessEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="TextStorageDidProcessEditing", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textStorageDidProcessEditing:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:willProcessEditing:range:changeInLength:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextStorage), typeof(AppKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")>]
type INSTextStorageDelegate = interface
interface INativeObject
interface IDisposable
- Abgeleitet
- Attribute
- Implementiert
Eigenschaften
| Name | Beschreibung |
|---|---|
| Handle |
Handle (Zeiger) auf die nicht verwaltete Objektdarstellung. (Geerbt von INativeObject) |
Methoden
| Name | Beschreibung |
|---|---|
| DidProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Gibt an, dass die Bearbeitung für das angegebene editedRange abgeschlossen wurde. |
| TextStorageDidProcessEditing(NSNotification) |
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage. |
| TextStorageWillProcessEditing(NSNotification) |
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage. |
| WillProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Gibt an, dass die Verarbeitung der Bearbeitung für das angegebene editedRange-Ereignis beginnt. |
Erweiterungsmethoden
| Name | Beschreibung |
|---|---|
| DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Gibt an, dass die Bearbeitung für das angegebene editedRange abgeschlossen wurde. |
| GetHandle(INativeObject) |
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage. |
| GetNonNullHandle(INativeObject, String) |
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage. |
| TextStorageDidProcessEditing(INSTextStorageDelegate, NSNotification) |
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage. |
| TextStorageWillProcessEditing(INSTextStorageDelegate, NSNotification) |
Ein Delegatobjekt, das Ereignisse im Zusammenhang mit der Verarbeitung der Bearbeitung für NSTextStorage. |
| WillProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Gibt an, dass die Verarbeitung der Bearbeitung für das angegebene editedRange-Ereignis beginnt. |