INSTextStorageDelegate Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage.
[Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(UIKit.NSTextStorageDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextStorage), typeof(UIKit.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(UIKit.NSTextStorage), typeof(UIKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")]
public interface INSTextStorageDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextStorageDelegate", WrapperType=typeof(UIKit.NSTextStorageDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillProcessEditing", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextStorage), typeof(UIKit.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(UIKit.NSTextStorage), typeof(UIKit.NSTextStorageEditActions), typeof(Foundation.NSRange), typeof(System.IntPtr) }, Selector="textStorage:didProcessEditing:range:changeInLength:")>]
type INSTextStorageDelegate = interface
interface INativeObject
interface IDisposable
- Dérivé
- Attributs
- Implémente
Propriétés
| Nom | Description |
|---|---|
| Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes
| Nom | Description |
|---|---|
| DidProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Indique que la modification est terminée pour l’objet editedRange spécifié. |
| WillProcessEditing(NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Indique que le traitement de la modification sur l’objet editedRange spécifié est sur le point de démarrer. |
Méthodes d’extension
| Nom | Description |
|---|---|
| DidProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Indique que la modification est terminée pour l’objet editedRange spécifié. |
| GetHandle(INativeObject) |
Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage. |
| GetNonNullHandle(INativeObject, String) |
Objet délégué qui fournit des événements relatifs au traitement de la modification pour NSTextStorage. |
| WillProcessEditing(INSTextStorageDelegate, NSTextStorage, NSTextStorageEditActions, NSRange, IntPtr) |
Indique que le traitement de la modification sur l’objet editedRange spécifié est sur le point de démarrer. |