INSTextViewDelegate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents the Objective-C protocol NSTextViewDelegate.
[Foundation.Protocol(Name="NSTextViewDelegate", WrapperType=typeof(AppKit.NSTextViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LinkClicked", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSObject), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="textView:clickedOnLink:atIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellClicked", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(CoreGraphics.CGRect), typeof(System.UIntPtr) }, Selector="textView:clickedOnCell:inRect:atIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellDoubleClicked", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(CoreGraphics.CGRect), typeof(System.UIntPtr) }, Selector="textView:doubleClickedOnCell:inRect:atIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritablePasteboardTypes", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(System.UIntPtr) }, ReturnType=typeof(System.String[]), Selector="textView:writablePasteboardTypesForCell:atIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteCell", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(System.UIntPtr), typeof(AppKit.NSPasteboard), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:writeCell:atIndex:toPasteboard:type:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillChangeSelection", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSRange), Selector="textView:willChangeSelectionFromCharacterRange:toCharacterRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillChangeSelectionFromRanges", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSValue[]), typeof(Foundation.NSValue[]) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:willChangeSelectionFromCharacterRanges:toCharacterRanges:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeTextInRanges", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSValue[]), typeof(System.String[]) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementStrings:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeTypingAttributes", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSDictionary), typeof(Foundation.NSDictionary) }, ReturnType=typeof(Foundation.NSDictionary), Selector="textView:shouldChangeTypingAttributes:toAttributes:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeSelection", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textViewDidChangeSelection:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeTypingAttributes", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textViewDidChangeTypingAttributes:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplayToolTip", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.String), typeof(System.UIntPtr) }, ReturnType=typeof(System.String), Selector="textView:willDisplayToolTip:forCharacterAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetCompletions", ParameterByRef=new System.Boolean[] { false, false, false, true }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.String[]), typeof(Foundation.NSRange), typeof(System.IntPtr) }, ReturnType=typeof(System.String[]), Selector="textView:completions:forPartialWordRange:indexOfSelectedItem:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeTextInRange", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementString:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DoCommandBySelector", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(ObjCRuntime.Selector) }, ReturnType=typeof(System.Boolean), Selector="textView:doCommandBySelector:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSetSpellingState", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.IntPtr), typeof(Foundation.NSRange) }, ReturnType=typeof(System.IntPtr), Selector="textView:shouldSetSpellingState:range:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MenuForEvent", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSMenu), typeof(AppKit.NSEvent), typeof(System.UIntPtr) }, ReturnType=typeof(AppKit.NSMenu), Selector="textView:menu:forEvent:atIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillCheckText", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(Foundation.NSDictionary), typeof(Foundation.NSTextCheckingTypes) }, ReturnType=typeof(Foundation.NSDictionary), Selector="textView:willCheckTextInRange:options:types:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCheckText", ParameterByRef=new System.Boolean[] { false, false, false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(Foundation.NSTextCheckingTypes), typeof(Foundation.NSDictionary), typeof(Foundation.NSTextCheckingResult[]), typeof(Foundation.NSOrthography), typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSTextCheckingResult[]), Selector="textView:didCheckTextInRange:types:options:results:orthography:wordCount:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedCell", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(CoreGraphics.CGRect), typeof(AppKit.NSEvent), typeof(System.UIntPtr) }, Selector="textView:draggedCell:inRect:event:atIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetUndoManager", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView) }, ReturnType=typeof(Foundation.NSUndoManager), Selector="undoManagerForTextView:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldUpdateTouchBarItemIdentifiers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.String[]) }, ReturnType=typeof(System.String[]), Selector="textView:shouldUpdateTouchBarItemIdentifiers:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetCandidates", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSObject[]), Selector="textView:candidatesForSelectedRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextCheckingCandidates", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSTextCheckingResult[]), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSTextCheckingResult[]), Selector="textView:candidates:forSelectedRange:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectCandidates", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldSelectCandidateAtIndex:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsWillBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView) }, Selector="textViewWritingToolsWillBegin:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsDidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView) }, Selector="textViewWritingToolsDidEnd:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritingToolsIgnoredRangesInEnclosingRange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:writingToolsIgnoredRangesInEnclosingRange:")]
public interface INSTextViewDelegate : AppKit.INSTextDelegate, IDisposable
[<Foundation.Protocol(Name="NSTextViewDelegate", WrapperType=typeof(AppKit.NSTextViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="LinkClicked", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSObject), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="textView:clickedOnLink:atIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellClicked", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(CoreGraphics.CGRect), typeof(System.UIntPtr) }, Selector="textView:clickedOnCell:inRect:atIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="CellDoubleClicked", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(CoreGraphics.CGRect), typeof(System.UIntPtr) }, Selector="textView:doubleClickedOnCell:inRect:atIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritablePasteboardTypes", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(System.UIntPtr) }, ReturnType=typeof(System.String[]), Selector="textView:writablePasteboardTypesForCell:atIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WriteCell", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(System.UIntPtr), typeof(AppKit.NSPasteboard), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:writeCell:atIndex:toPasteboard:type:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillChangeSelection", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSRange), Selector="textView:willChangeSelectionFromCharacterRange:toCharacterRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillChangeSelectionFromRanges", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSValue[]), typeof(Foundation.NSValue[]) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:willChangeSelectionFromCharacterRanges:toCharacterRanges:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeTextInRanges", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSValue[]), typeof(System.String[]) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRanges:replacementStrings:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeTypingAttributes", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSDictionary), typeof(Foundation.NSDictionary) }, ReturnType=typeof(Foundation.NSDictionary), Selector="textView:shouldChangeTypingAttributes:toAttributes:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeSelection", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textViewDidChangeSelection:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidChangeTypingAttributes", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(Foundation.NSNotification) }, Selector="textViewDidChangeTypingAttributes:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillDisplayToolTip", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.String), typeof(System.UIntPtr) }, ReturnType=typeof(System.String), Selector="textView:willDisplayToolTip:forCharacterAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetCompletions", ParameterByRef=new System.Boolean[] { false, false, false, true }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.String[]), typeof(Foundation.NSRange), typeof(System.IntPtr) }, ReturnType=typeof(System.String[]), Selector="textView:completions:forPartialWordRange:indexOfSelectedItem:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldChangeTextInRange", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(System.String) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldChangeTextInRange:replacementString:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DoCommandBySelector", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(ObjCRuntime.Selector) }, ReturnType=typeof(System.Boolean), Selector="textView:doCommandBySelector:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSetSpellingState", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.IntPtr), typeof(Foundation.NSRange) }, ReturnType=typeof(System.IntPtr), Selector="textView:shouldSetSpellingState:range:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="MenuForEvent", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSMenu), typeof(AppKit.NSEvent), typeof(System.UIntPtr) }, ReturnType=typeof(AppKit.NSMenu), Selector="textView:menu:forEvent:atIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillCheckText", ParameterByRef=new System.Boolean[] { false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(Foundation.NSDictionary), typeof(Foundation.NSTextCheckingTypes) }, ReturnType=typeof(Foundation.NSDictionary), Selector="textView:willCheckTextInRange:options:types:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DidCheckText", ParameterByRef=new System.Boolean[] { false, false, false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange), typeof(Foundation.NSTextCheckingTypes), typeof(Foundation.NSDictionary), typeof(Foundation.NSTextCheckingResult[]), typeof(Foundation.NSOrthography), typeof(System.IntPtr) }, ReturnType=typeof(Foundation.NSTextCheckingResult[]), Selector="textView:didCheckTextInRange:types:options:results:orthography:wordCount:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="DraggedCell", ParameterByRef=new System.Boolean[] { false, false, false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(AppKit.NSTextAttachmentCell), typeof(CoreGraphics.CGRect), typeof(AppKit.NSEvent), typeof(System.UIntPtr) }, Selector="textView:draggedCell:inRect:event:atIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetUndoManager", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView) }, ReturnType=typeof(Foundation.NSUndoManager), Selector="undoManagerForTextView:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldUpdateTouchBarItemIdentifiers", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.String[]) }, ReturnType=typeof(System.String[]), Selector="textView:shouldUpdateTouchBarItemIdentifiers:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetCandidates", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSObject[]), Selector="textView:candidatesForSelectedRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetTextCheckingCandidates", ParameterByRef=new System.Boolean[] { false, false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSTextCheckingResult[]), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSTextCheckingResult[]), Selector="textView:candidates:forSelectedRange:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldSelectCandidates", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(System.UIntPtr) }, ReturnType=typeof(System.Boolean), Selector="textView:shouldSelectCandidateAtIndex:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsWillBegin", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView) }, Selector="textViewWritingToolsWillBegin:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WritingToolsDidEnd", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView) }, Selector="textViewWritingToolsDidEnd:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="GetWritingToolsIgnoredRangesInEnclosingRange", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(AppKit.NSTextView), typeof(Foundation.NSRange) }, ReturnType=typeof(Foundation.NSValue[]), Selector="textView:writingToolsIgnoredRangesInEnclosingRange:")>]
type INSTextViewDelegate = interface
interface INativeObject
interface IDisposable
interface INSTextDelegate
- 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) |