Freigeben über


UITextViewDelegate.ShouldInteractWithTextAttachment Methode

Definition

Überlädt

ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, NSRange)

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten die "ShouldInteractWithTextAttachment"-Überladung verwenden, die stattdessen "UITextItemInteraction" verwendet.

ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

Gibt an, ob die angegebene UITextView die Benutzerinteraktion mit der angegebenen Textanlage in einem bestimmten Textbereich zulassen soll.

ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, NSRange)

Entwickler sollten diese veraltete Methode nicht verwenden. Entwickler sollten die "ShouldInteractWithTextAttachment"-Überladung verwenden, die stattdessen "UITextItemInteraction" verwendet.

[Foundation.Export("textView:shouldInteractWithTextAttachment:inRange:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'ShouldInteractWithTextAttachment' overload that takes 'UITextItemInteraction' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldInteractWithTextAttachment (UIKit.UITextView textView, UIKit.NSTextAttachment textAttachment, Foundation.NSRange characterRange);
abstract member ShouldInteractWithTextAttachment : UIKit.UITextView * UIKit.NSTextAttachment * Foundation.NSRange -> bool
override this.ShouldInteractWithTextAttachment : UIKit.UITextView * UIKit.NSTextAttachment * Foundation.NSRange -> bool

Parameter

textView
UITextView
textAttachment
NSTextAttachment
characterRange
NSRange

Gibt zurück

Attribute

Gilt für:

ShouldInteractWithTextAttachment(UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

Gibt an, ob die angegebene UITextView die Benutzerinteraktion mit der angegebenen Textanlage in einem bestimmten Textbereich zulassen soll.

[Foundation.Export("textView:shouldInteractWithTextAttachment:inRange:interaction:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldInteractWithTextAttachment (UIKit.UITextView textView, UIKit.NSTextAttachment textAttachment, Foundation.NSRange characterRange, UIKit.UITextItemInteraction interaction);
abstract member ShouldInteractWithTextAttachment : UIKit.UITextView * UIKit.NSTextAttachment * Foundation.NSRange * UIKit.UITextItemInteraction -> bool
override this.ShouldInteractWithTextAttachment : UIKit.UITextView * UIKit.NSTextAttachment * Foundation.NSRange * UIKit.UITextItemInteraction -> bool

Parameter

textView
UITextView

Die Textansicht mit der Anlage.

textAttachment
NSTextAttachment

Die Anlage.

characterRange
NSRange

Der Zeichenbereich, in dem die Anlage angefügt ist.

interaction
UITextItemInteraction

Der zu überprüfende Interaktionstyp.

Gibt zurück

Attribute

Gilt für: