UITextViewDelegate_Extensions.ShouldInteractWithUrl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange) |
Indique si l’UITextView spécifié doit autoriser l’interaction de l’utilisateur avec l’URL spécifiée dans la plage de texte donnée. |
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction) |
Indique si l’UITextView spécifié doit autoriser l’interaction de l’utilisateur avec l’URL spécifiée dans la plage de texte donnée. |
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)
Indique si l’UITextView spécifié doit autoriser l’interaction de l’utilisateur avec l’URL spécifiée dans la plage de texte donnée.
[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
Paramètres
- This
- IUITextViewDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- textView
- UITextView
- URL
- NSUrl
- characterRange
- NSRange
Retours
- Attributs
S’applique à
ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)
Indique si l’UITextView spécifié doit autoriser l’interaction de l’utilisateur avec l’URL spécifiée dans la plage de texte donnée.
[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
Paramètres
- This
- IUITextViewDelegate
Instance sur laquelle cette méthode d’extension fonctionne.
- textView
- UITextView
Affichage de texte contenant la pièce jointe.
- url
- NSUrl
- characterRange
- NSRange
Plage de caractères de l’URL dans l’affichage texte.
- interaction
- UITextItemInteraction
Type d’interaction à vérifier.
Retours
- Attributs