UITabBarDelegate_Extensions.WillEndCustomizingItems 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示自訂即將結束于指定的 UITabBarItems。
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillEndCustomizingItems (this UIKit.IUITabBarDelegate This, UIKit.UITabBar tabbar, UIKit.UITabBarItem[] items, bool changed);
static member WillEndCustomizingItems : UIKit.IUITabBarDelegate * UIKit.UITabBar * UIKit.UITabBarItem[] * bool -> unit
參數
- This
- IUITabBarDelegate
這個擴充方法運作所在的 實例。
- tabbar
- UITabBar
- items
- UITabBarItem[]
- changed
- Boolean
- 屬性