Share via


UITextView.ShouldInteractWithUrl プロパティ

定義

値を取得するために オブジェクトによって呼び出されるデリゲート。

public Func<UIKit.UITextView,Foundation.NSUrl,Foundation.NSRange,bool> ShouldInteractWithUrl { get; set; }
member this.ShouldInteractWithUrl : Func<UIKit.UITextView, Foundation.NSUrl, Foundation.NSRange, bool> with get, set

プロパティ値

注釈

開発者は、このプロパティに関数、デリゲート、または匿名メソッドを割り当てて、オブジェクトに値を返します。 開発者がこのプロパティに値を割り当てると、WeakDelegate プロパティの値が、デリゲートをイベントにマップする内部ハンドラーにリセットされます。

適用対象