UITextView.ShouldInteractWithTextAttachment プロパティ

定義

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

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

プロパティ値

注釈

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

適用対象