UITabBarItem.GetAppearance メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAppearance(UITraitCollection) |
指定した の外観プロキシを返します |
GetAppearance(UITraitCollection, Type[]) |
包含階層で見つかった場合に、指定された の外観プロキシを |
GetAppearance<T>() |
UITabBarItem のサブクラスの外観プロキシ UITabBarItem.UITabBarItemAppearance を取得します。 |
GetAppearance<T>(UITraitCollection) |
UITabBarItem のサブクラスの外観プロキシ UITabBarItem.UITabBarItemAppearance を取得します。 |
GetAppearance<T>(UITraitCollection, Type[]) |
ビューが指定した階層でホストされている場合に、指定した特性コレクションを持つ UITabBarItem のサブクラスの外観プロキシ UITabBarItem.UITabBarItemAppearance を取得します。 |
GetAppearance(UITraitCollection)
指定した の外観プロキシを返します traits
。
public static UIKit.UITabBarItem.UITabBarItemAppearance GetAppearance (UIKit.UITraitCollection traits);
static member GetAppearance : UIKit.UITraitCollection -> UIKit.UITabBarItem.UITabBarItemAppearance
パラメーター
- traits
- UITraitCollection
戻り値
適用対象
GetAppearance(UITraitCollection, Type[])
包含階層で見つかった場合に、指定された の外観プロキシをcontainers
返しますtraits
。
public static UIKit.UITabBarItem.UITabBarItemAppearance GetAppearance (UIKit.UITraitCollection traits, params Type[] containers);
static member GetAppearance : UIKit.UITraitCollection * Type[] -> UIKit.UITabBarItem.UITabBarItemAppearance
パラメーター
- traits
- UITraitCollection
- containers
- Type[]
戻り値
適用対象
GetAppearance<T>()
UITabBarItem のサブクラスの外観プロキシ UITabBarItem.UITabBarItemAppearance を取得します。
public static UIKit.UITabBarItem.UITabBarItemAppearance GetAppearance<T> () where T : UIKit.UITabBarItem;
static member GetAppearance : unit -> UIKit.UITabBarItem.UITabBarItemAppearance (requires 'T :> UIKit.UITabBarItem)
型パラメーター
- T
UIAppearance プロキシを返す必要がある型。 これは UITabBarItem のサブクラスです。
戻り値
指定した型の外観プロキシ オブジェクト。
注釈
返されるオブジェクトに外観プロパティを設定すると、型パラメーターのすべてのクラスとサブクラスの外観に影響します。
AppearanceプロパティやAppearanceWhenContainedIn(Type[])、この特定のクラスのインスタンスでのみ動作するメソッドとは異なり、GetAppearance によって返されるプロキシを使用してサブクラスのスタイルを変更できます。
次の例は、GetAppearance メソッドのしくみを示しています
var myTheme = UITabBarItem.GetAppearance<MyUITabBarItemSubclass> ();
myTheme.TintColor = UIColor.Red;
詳細については、UIAppearance クラスのドキュメントをご覧ください。
適用対象
GetAppearance<T>(UITraitCollection)
UITabBarItem のサブクラスの外観プロキシ UITabBarItem.UITabBarItemAppearance を取得します。
public static UIKit.UITabBarItem.UITabBarItemAppearance GetAppearance<T> (UIKit.UITraitCollection traits) where T : UIKit.UITabBarItem;
static member GetAppearance : UIKit.UITraitCollection -> UIKit.UITabBarItem.UITabBarItemAppearance (requires 'T :> UIKit.UITabBarItem)
型パラメーター
- T
UIAppearance プロキシを返す必要がある型。 これは UITabBarItem のサブクラスです。
パラメーター
- traits
- UITraitCollection
一致する特徴コレクション。
戻り値
指定した型の外観プロキシ オブジェクト。
注釈
返されるオブジェクトは UIAppearance プロキシを表し、開発者は UITabBarItem のインスタンスの外観プロパティを設定できます。
AppearanceプロパティやAppearanceWhenContainedIn(Type[])、この特定のクラスのインスタンスでのみ動作するメソッドとは異なり、GetAppearance によって返されるプロキシを使用してサブクラスのスタイルを変更できます。
次の例は、GetAppearance メソッドのしくみを示しています
var myTheme = UITabBarItem.GetAppearance<MyUITabBarItemSubclass> (myTraits, );
myTheme.TintColor = UIColor.Red;
詳細については、UIAppearance クラスのドキュメントをご覧ください。
適用対象
GetAppearance<T>(UITraitCollection, Type[])
ビューが指定した階層でホストされている場合に、指定した特性コレクションを持つ UITabBarItem のサブクラスの外観プロキシ UITabBarItem.UITabBarItemAppearance を取得します。
public static UIKit.UITabBarItem.UITabBarItemAppearance GetAppearance<T> (UIKit.UITraitCollection traits, params Type[] containers) where T : UIKit.UITabBarItem;
static member GetAppearance : UIKit.UITraitCollection * Type[] -> UIKit.UITabBarItem.UITabBarItemAppearance (requires 'T :> UIKit.UITabBarItem)
型パラメーター
- T
UIAppearance プロキシを返す必要がある型。 これは UITabBarItem のサブクラスです。
パラメーター
- traits
- UITraitCollection
一致する特徴コレクション。
- containers
- Type[]
この特定の外観を適用するコンテナーとして開発者が必要とする型の一覧。
戻り値
指定した型の外観プロキシ オブジェクト。
注釈
返されるオブジェクトは UIAppearance プロキシを表します。このプロキシでは、開発者は、 パラメーターで指定された階層にビューが含まれている場合に、指定した階層でビューがホストされている場合に、指定された特性コレクションを持つ UITabBarItem のインスタンスの外観プロパティを containers
設定できます。
AppearanceプロパティやAppearanceWhenContainedIn(Type[])、この特定のクラスのインスタンスでのみ動作するメソッドとは異なり、GetAppearance によって返されるプロキシを使用してサブクラスのスタイルを変更できます。
次の例は、GetAppearance メソッドのしくみを示しています
var myTheme = UITabBarItem.GetAppearance<MyUITabBarItemSubclass> (myTraits, typeof (UINavigationBar), typeof (UIPopoverController));
myTheme.TintColor = UIColor.Red;
詳細については、UIAppearance クラスのドキュメントをご覧ください。