Share via


INSTextContentManagerDelegate Interface

Definition

This interface represents the Objective-C protocol NSTextContentManagerDelegate.

[Foundation.Protocol(Name="NSTextContentManagerDelegate", WrapperType=typeof(AppKit.NSTextContentManagerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextContentManager", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextContentManager), typeof(AppKit.INSTextLocation) }, ReturnType=typeof(AppKit.NSTextElement), Selector="textContentManager:textElementAtLocation:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEnumerateTextElement", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextContentManager), typeof(AppKit.NSTextElement), typeof(AppKit.NSTextContentManagerEnumerationOptions) }, ReturnType=typeof(System.Boolean), Selector="textContentManager:shouldEnumerateTextElement:options:")]
public interface INSTextContentManagerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="NSTextContentManagerDelegate", WrapperType=typeof(AppKit.NSTextContentManagerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextContentManager", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextContentManager), typeof(AppKit.INSTextLocation) }, ReturnType=typeof(AppKit.NSTextElement), Selector="textContentManager:textElementAtLocation:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldEnumerateTextElement", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextContentManager), typeof(AppKit.NSTextElement), typeof(AppKit.NSTextContentManagerEnumerationOptions) }, ReturnType=typeof(System.Boolean), Selector="textContentManager:shouldEnumerateTextElement:options:")>]
type INSTextContentManagerDelegate = 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.

Applies to