UITabBarDelegate_Extensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
介面的 IUITabBarDelegate 擴充方法,以支援來自 UITabBarDelegate 通訊協定的所有方法。
public static class UITabBarDelegate_Extensions
type UITabBarDelegate_Extensions = class
- 繼承
-
UITabBarDelegate_Extensions
備註
的 IUITabBarDelegate 擴充方法可讓開發人員將介面的實例視為具有原始 UITabBarDelegate 通訊協定的所有選擇性方法。 由於介面只包含必要的成員,這些擴充方法可讓開發人員呼叫通訊協定的選擇性成員。
方法
DidBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[]) |
表示已開始自訂指定的 UITabBarItems。 |
DidEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean) |
表示指定的專案自訂已結束。 |
ItemSelected(IUITabBarDelegate, UITabBar, UITabBarItem) |
指出已選取指定的 UITabBarItem。 |
WillBeginCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[]) |
表示自訂即將在指定的 UITabBarItems 上開始。 |
WillEndCustomizingItems(IUITabBarDelegate, UITabBar, UITabBarItem[], Boolean) |
表示自訂即將結束于指定的 UITabBarItems 上。 |