共用方式為


UITextViewDelegate_Extensions 類別

定義

介面的 IUITextViewDelegate 擴充方法,以支援來自 UITextViewDelegate 通訊協定的所有方法。

public static class UITextViewDelegate_Extensions
type UITextViewDelegate_Extensions = class
繼承
UITextViewDelegate_Extensions

備註

IUITextViewDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UITextViewDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。

方法

Changed(IUITextViewDelegate, UITextView)

指出應用程式使用者已變更指定 UITextView 中的文字或文字屬性。

EditingEnded(IUITextViewDelegate, UITextView)

表示編輯已在指定的 UITextView 中結束。

EditingStarted(IUITextViewDelegate, UITextView)

表示編輯已在指定的 UITextView 中開始。

SelectionChanged(IUITextViewDelegate, UITextView)

指出指定的 UITextView 中的文字選取範圍已變更。

ShouldBeginEditing(IUITextViewDelegate, UITextView)

編輯是否應該在指定的 UITextView 中開始。

ShouldChangeText(IUITextViewDelegate, UITextView, NSRange, String)

是否應該在 UITextView 中取代指定的文字。

ShouldEndEditing(IUITextViewDelegate, UITextView)

編輯是否應該以指定的 UITextView 結尾。

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange)

開發人員不應該使用此已被取代的方法。 開發人員應該改用 'UITextItemInteraction' 的 'ShouldInteractWithTextAttachment' 多載。

ShouldInteractWithTextAttachment(IUITextViewDelegate, UITextView, NSTextAttachment, NSRange, UITextItemInteraction)

指定的 UITextView 是否應該允許使用者與指定文字範圍內的指定 URL 互動。

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange)

指定的 UITextView 是否應該允許使用者與指定文字範圍內的指定 URL 互動。

ShouldInteractWithUrl(IUITextViewDelegate, UITextView, NSUrl, NSRange, UITextItemInteraction)

指定的 UITextView 是否應該允許使用者與指定文字範圍內的指定 URL 互動。

適用於