次の方法で共有


CAInterAppAudioSwitcherView.GetAppearance メソッド

定義

オーバーロード

GetAppearance(UITraitCollection)
GetAppearance(UITraitCollection, Type[])
GetAppearance<T>()

CAInterAppAudioSwitcherView のサブクラスの外観プロキシ CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance を取得します。

GetAppearance<T>(UITraitCollection)

CAInterAppAudioSwitcherView のサブクラスの外観プロキシ CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance を取得します。

GetAppearance<T>(UITraitCollection, Type[])

ビューが指定した階層でホストされている場合に、指定した特性コレクションを持つ CAInterAppAudioSwitcherView のサブクラスの外観プロキシ CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance を取得します。

GetAppearance(UITraitCollection)

public static CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance GetAppearance (UIKit.UITraitCollection traits);
static member GetAppearance : UIKit.UITraitCollection -> CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance

パラメーター

戻り値

適用対象

GetAppearance(UITraitCollection, Type[])

public static CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance GetAppearance (UIKit.UITraitCollection traits, params Type[] containers);
static member GetAppearance : UIKit.UITraitCollection * Type[] -> CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance

パラメーター

containers
Type[]

戻り値

適用対象

GetAppearance<T>()

CAInterAppAudioSwitcherView のサブクラスの外観プロキシ CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance を取得します。

public static CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance GetAppearance<T> () where T : CoreAudioKit.CAInterAppAudioSwitcherView;
static member GetAppearance : unit -> CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance (requires 'T :> CoreAudioKit.CAInterAppAudioSwitcherView)

型パラメーター

T

UIAppearance プロキシを返す必要がある型。 これは CAInterAppAudioSwitcherView のサブクラスです。

戻り値

指定した型の外観プロキシ オブジェクト。

注釈

返されるオブジェクトに外観プロパティを設定すると、型パラメーターのすべてのクラスとサブクラスの外観に影響します。

AppearanceプロパティやAppearanceWhenContainedIn(Type[])、この特定のクラスのインスタンスでのみ動作するメソッドとは異なり、GetAppearance によって返されるプロキシを使用してサブクラスのスタイルを変更できます。

次の例は、GetAppearance メソッドの動作を示しています

var myTheme = CAInterAppAudioSwitcherView.GetAppearance<MyCAInterAppAudioSwitcherViewSubclass> ();
myTheme.TintColor = UIColor.Red;

詳細については、UIAppearance クラスのドキュメントをご覧ください。

適用対象

GetAppearance<T>(UITraitCollection)

CAInterAppAudioSwitcherView のサブクラスの外観プロキシ CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance を取得します。

public static CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance GetAppearance<T> (UIKit.UITraitCollection traits) where T : CoreAudioKit.CAInterAppAudioSwitcherView;
static member GetAppearance : UIKit.UITraitCollection -> CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance (requires 'T :> CoreAudioKit.CAInterAppAudioSwitcherView)

型パラメーター

T

UIAppearance プロキシを返す必要がある型。 これは CAInterAppAudioSwitcherView のサブクラスです。

パラメーター

traits
UITraitCollection

一致する特徴のコレクション。

戻り値

指定した型の外観プロキシ オブジェクト。

注釈

返されるオブジェクトは、開発者が CAInterAppAudioSwitcherView のインスタンスの外観プロパティを設定できる UIAppearance プロキシを表します。

AppearanceプロパティやAppearanceWhenContainedIn(Type[])、この特定のクラスのインスタンスでのみ動作するメソッドとは異なり、GetAppearance によって返されるプロキシを使用してサブクラスのスタイルを変更できます。

次の例は、GetAppearance メソッドの動作を示しています

var myTheme = CAInterAppAudioSwitcherView.GetAppearance<MyCAInterAppAudioSwitcherViewSubclass> (myTraits, );
myTheme.TintColor = UIColor.Red;

詳細については、UIAppearance クラスのドキュメントをご覧ください。

適用対象

GetAppearance<T>(UITraitCollection, Type[])

ビューが指定した階層でホストされている場合に、指定した特性コレクションを持つ CAInterAppAudioSwitcherView のサブクラスの外観プロキシ CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance を取得します。

public static CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance GetAppearance<T> (UIKit.UITraitCollection traits, params Type[] containers) where T : CoreAudioKit.CAInterAppAudioSwitcherView;
static member GetAppearance : UIKit.UITraitCollection * Type[] -> CoreAudioKit.CAInterAppAudioSwitcherView.CAInterAppAudioSwitcherViewAppearance (requires 'T :> CoreAudioKit.CAInterAppAudioSwitcherView)

型パラメーター

T

UIAppearance プロキシを返す必要がある型。 これは CAInterAppAudioSwitcherView のサブクラスです。

パラメーター

traits
UITraitCollection

一致する特徴のコレクション。

containers
Type[]

開発者がこの特定の外観を適用するコンテナーとして持つ必要がある型の一覧。

戻り値

指定した型の外観プロキシ オブジェクト。

注釈

返されるオブジェクトは UIAppearance プロキシを表します。ここで、開発者は、パラメーターで指定された階層にビューが含まれている場合に、指定した階層でビューがホストされている場合に、指定された特性コレクションを持つ CAInterAppAudioSwitcherView のインスタンスの外観プロパティを containers 設定できます。

AppearanceプロパティやAppearanceWhenContainedIn(Type[])、この特定のクラスのインスタンスでのみ動作するメソッドとは異なり、GetAppearance によって返されるプロキシを使用してサブクラスのスタイルを変更できます。

次の例は、GetAppearance メソッドの動作を示しています

var myTheme = CAInterAppAudioSwitcherView.GetAppearance<MyCAInterAppAudioSwitcherViewSubclass> (myTraits, typeof (UINavigationBar), typeof (UIPopoverController));
myTheme.TintColor = UIColor.Red;

詳細については、UIAppearance クラスのドキュメントをご覧ください。

適用対象