TypedValue.ChangingConfigurations 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果該值來自資源,這些配置是其內容可以改變的。
[Android.Runtime.Register("changingConfigurations")]
public Android.Content.PM.ConfigChanges ChangingConfigurations { get; set; }
[<Android.Runtime.Register("changingConfigurations")>]
member this.ChangingConfigurations : Android.Content.PM.ConfigChanges with get, set
屬性值
- 屬性
備註
如果該值來自資源,這些配置是其內容可以改變的。
例如,若資源的 -land 資源限定符定義了值,該欄位將設定為 位 android.content.pm.ActivityInfo#CONFIG_ORIENTATION 元。
Java 文件 android.util.TypedValue.changingConfigurations。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。