UIViewController.TabBarItem 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
, UITabBarItem 表示其父系 的 UITabBarControllerTabBar 中這個 UIViewController 。
public virtual UIKit.UITabBarItem TabBarItem { [Foundation.Export("tabBarItem", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setTabBarItem:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.TabBarItem : UIKit.UITabBarItem with get, set
屬性值
根據預設,第一次存取這個屬性時,新的 UITabBarItem 會延遲初始化, Title 並將 設定為這個 UIViewController 's Title ''
- 屬性
備註
UIViewController當 是 的 UITabBarController 子系時,子 TabBarItem 系代表 UITabBarItem 上階 中的。 第一次存取此屬性時,預設行為是延遲初始化 UITabBarItem ,因此如果沒有上階 UITabBarController ,應用程式開發人員就不應該存取或覆寫此屬性。