UIViewController.TabBarController プロパティ

定義

最も近い先祖 UITabBarController または null

public virtual UIKit.UITabBarController TabBarController { [Foundation.Export("tabBarController", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.TabBarController : UIKit.UITabBarController

プロパティ値

既定値は null です。

属性

注釈

これが UIViewController の子孫である場合、 UITabBarControllerこのメソッドはその を UITabBarController返します。

適用対象