共用方式為


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 屬性的值重設為將委派對應至事件的內部處理常式。

適用於