Compartir a través de


UITextViewDelegate_Extensions.ShouldInteractWithUrl Método

Definición

Sobrecargas

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

Si el uiTextView especificado debe permitir la interacción del usuario con la dirección URL especificada en el intervalo de texto especificado.

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, 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.

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

Si el uiTextView especificado debe permitir la interacción del usuario con la dirección URL especificada en el intervalo de texto especificado.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'ShouldInteractWithUrl' overload that takes 'UITextItemInteraction' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldInteractWithUrl (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, Foundation.NSUrl URL, Foundation.NSRange characterRange);
static member ShouldInteractWithUrl : UIKit.IUITextViewDelegate * UIKit.UITextView * Foundation.NSUrl * Foundation.NSRange -> bool

Parámetros

This
IUITextViewDelegate

Instancia en la que opera este método de extensión.

textView
UITextView
URL
NSUrl
characterRange
NSRange

Devoluciones

Atributos

Se aplica a

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, 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 ShouldInteractWithUrl (this UIKit.IUITextViewDelegate This, UIKit.UITextView textView, Foundation.NSUrl url, Foundation.NSRange characterRange, UIKit.UITextItemInteraction interaction);
static member ShouldInteractWithUrl : UIKit.IUITextViewDelegate * UIKit.UITextView * Foundation.NSUrl * 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.

url
NSUrl
characterRange
NSRange

Intervalo de caracteres de la dirección URL en la vista de texto.

interaction
UITextItemInteraction

Tipo de interacción que se va a comprobar.

Devoluciones

Atributos

Se aplica a