UITextViewDelegate_Extensions.ShouldInteractWithTextAttachment Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange) |
Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar la sobrecarga "ShouldInteractWithTextAttachment" que toma "UITextItemInteraction" en su lugar. |
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction) |
Si el uiTextView especificado debe permitir la interacción del usuario con la dirección URL especificada en el intervalo de texto especificado. |
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)
Los desarrolladores no deben usar este método en desuso. Los desarrolladores deben usar la sobrecarga "ShouldInteractWithTextAttachment" que toma "UITextItemInteraction" en su lugar.
[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 static bool ShouldInteractWithTextAttachment (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, UIKit.NSTextAttachment textAttachment, Foundation.NSRange characterRange);
static member ShouldInteractWithTextAttachment : UIKit.IUITextViewDelegate * UIKit.UITextView * UIKit.NSTextAttachment * Foundation.NSRange -> bool
Parámetros
- This
- IUITextViewDelegate
Instancia en la que opera este método de extensión.
- textView
- UITextView
- textAttachment
- NSTextAttachment
- characterRange
- NSRange
Devoluciones
- Atributos
Se aplica a
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)
Si el uiTextView especificado debe permitir la interacción del usuario con la dirección URL especificada en el intervalo de texto especificado.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldInteractWithTextAttachment (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, UIKit.NSTextAttachment textAttachment, Foundation.NSRange characterRange, UIKit.UITextItemInteraction interaction);
static member ShouldInteractWithTextAttachment : UIKit.IUITextViewDelegate * UIKit.UITextView * UIKit.NSTextAttachment * Foundation.NSRange * UIKit.UITextItemInteraction -> bool
Parámetros
- This
- IUITextViewDelegate
Instancia en la que opera este método de extensión.
- textView
- UITextView
Vista de texto que tiene los datos adjuntos.
- textAttachment
- NSTextAttachment
Datos adjuntos.
- characterRange
- NSRange
Intervalo de caracteres donde se adjuntan los datos adjuntos.
- interaction
- UITextItemInteraction
Tipo de interacción que se va a comprobar.
Devoluciones
- Atributos