INSTextContentStorageDelegate Interface

Definition

This interface represents the Objective-C protocol NSTextContentStorageDelegate.

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

Applies to