UITextViewDelegate_Extensions.ShouldInteractWithTextAttachment メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange) |
開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'UITextItemInteraction' を受け取る 'ShouldInteractWithTextAttachment' オーバーロードを使用する必要があります。 |
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction) |
指定した UITextView で、指定されたテキスト範囲内の指定された URL とのユーザー操作を許可するかどうか。 |
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)
開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'UITextItemInteraction' を受け取る 'ShouldInteractWithTextAttachment' オーバーロードを使用する必要があります。
[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
パラメーター
- This
- IUITextViewDelegate
この拡張メソッドが動作するインスタンス。
- textView
- UITextView
- textAttachment
- NSTextAttachment
- characterRange
- NSRange
戻り値
- 属性
適用対象
ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)
指定した UITextView で、指定されたテキスト範囲内の指定された URL とのユーザー操作を許可するかどうか。
[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
パラメーター
- This
- IUITextViewDelegate
この拡張メソッドが動作するインスタンス。
- textView
- UITextView
添付ファイルを含むテキスト ビュー。
- textAttachment
- NSTextAttachment
添付ファイル。
- characterRange
- NSRange
添付ファイルが添付されている文字範囲。
- interaction
- UITextItemInteraction
確認する対話の種類。
戻り値
- 属性