UISearchBarDelegate_Extensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面的 IUISearchBarDelegate 擴充方法,以支援通訊 UISearchBarDelegate 協定中的所有方法。
public static class UISearchBarDelegate_Extensions
type UISearchBarDelegate_Extensions = class
- 繼承
-
UISearchBarDelegate_Extensions
備註
的 IUISearchBarDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UISearchBarDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。
方法
BookmarkButtonClicked(IUISearchBarDelegate, UISearchBar) |
表示已點選書簽按鈕。 |
CancelButtonClicked(IUISearchBarDelegate, UISearchBar) |
指出已點選 [取消] 按鈕。 |
ListButtonClicked(IUISearchBarDelegate, UISearchBar) |
指出已點選清單按鈕。 |
OnEditingStarted(IUISearchBarDelegate, UISearchBar) |
表示使用者已開始編輯搜尋文字。 |
OnEditingStopped(IUISearchBarDelegate, UISearchBar) |
表示使用者已停止編輯文字欄位。 |
SearchButtonClicked(IUISearchBarDelegate, UISearchBar) |
指出已點選搜尋按鈕。 |
SelectedScopeButtonIndexChanged(IUISearchBarDelegate, UISearchBar, nint) |
表示使用者已變更搜尋的範圍。 |
ShouldBeginEditing(IUISearchBarDelegate, UISearchBar) |
是否應該允許編輯搜尋文字。 |
ShouldChangeTextInRange(IUISearchBarDelegate, UISearchBar, NSRange, String) |
指定範圍中的文字是否應該取代為指定的文字。 |
ShouldEndEditing(IUISearchBarDelegate, UISearchBar) |
搜尋文字的編輯是否應該結束。 |
TextChanged(IUISearchBarDelegate, UISearchBar, String) |
表示搜尋文字已變更。 |