Share via


INSTextContentStorageDelegate Interface

Definition

This interface represents the Objective-C protocol NSTextContentStorageDelegate.

[Foundation.Protocol(Name="NSTextContentStorageDelegate", WrapperType=typeof(UIKit.NSTextContentStorageDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextParagraph", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextContentStorage), typeof(Foundation.NSRange) }, ReturnType=typeof(UIKit.NSTextParagraph), Selector="textContentStorage:textParagraphWithRange:")]
public interface INSTextContentStorageDelegate : IDisposable, UIKit.INSTextContentManagerDelegate
[<Foundation.Protocol(Name="NSTextContentStorageDelegate", WrapperType=typeof(UIKit.NSTextContentStorageDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextParagraph", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(UIKit.NSTextContentStorage), typeof(Foundation.NSRange) }, ReturnType=typeof(UIKit.NSTextParagraph), Selector="textContentStorage:textParagraphWithRange:")>]
type INSTextContentStorageDelegate = interface
    interface INativeObject
    interface IDisposable
    interface INSTextContentManagerDelegate
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)

Methods

Name Description
GetTextContentManager(NSTextContentManager, INSTextLocation) (Inherited from INSTextContentManagerDelegate)
GetTextParagraph(NSTextContentStorage, NSRange)
ShouldEnumerateTextElement(NSTextContentManager, NSTextElement, NSTextContentManagerEnumerationOptions) (Inherited from INSTextContentManagerDelegate)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
GetTextContentManager(INSTextContentManagerDelegate, NSTextContentManager, INSTextLocation)
ShouldEnumerateTextElement(INSTextContentManagerDelegate, NSTextContentManager, NSTextElement, NSTextContentManagerEnumerationOptions)
GetTextParagraph(INSTextContentStorageDelegate, NSTextContentStorage, NSRange)

Applies to