UITextViewDelegate_Extensions.ShouldInteractWithUrl Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange) |
Se o UITextView especificado deve permitir a interação do usuário com a URL especificada no intervalo de texto especificado. |
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction) |
Se o UITextView especificado deve permitir a interação do usuário com a URL especificada no intervalo de texto especificado. |
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)
Se o UITextView especificado deve permitir a interação do usuário com a URL especificada no 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
A instância na qual esse método de extensão opera.
- textView
- UITextView
- URL
- NSUrl
- characterRange
- NSRange
Retornos
- Atributos
Aplica-se a
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)
Se o UITextView especificado deve permitir a interação do usuário com a URL especificada no 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
A instância na qual esse método de extensão opera.
- textView
- UITextView
A exibição de texto que tem o anexo.
- url
- NSUrl
- characterRange
- NSRange
O intervalo de caracteres da URL na exibição de texto.
- interaction
- UITextItemInteraction
O tipo de interação a ser verificado.
Retornos
- Atributos