Activity.RequestWindowFeature(WindowFeatures) メソッド

定義

拡張ウィンドウ機能を有効にします。

[Android.Runtime.Register("requestWindowFeature", "(I)Z", "")]
public bool RequestWindowFeature(Android.Views.WindowFeatures featureId);
[<Android.Runtime.Register("requestWindowFeature", "(I)Z", "")>]
member this.RequestWindowFeature : Android.Views.WindowFeatures -> bool

パラメーター

featureId
WindowFeatures

int: ウィンドウで定義されている目的の機能。

返品

属性

注釈

拡張ウィンドウ機能を有効にします。 これは、getWindow().requestFeature() を呼び出す場合に便利です。

関連項目も参照:

android.app.Activity.requestWindowFeatureの Android リファレンス。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象