언어

ActionBar.SubtitleFormatted 속성

정의

표준 모드에서 현재 ActionBar 자막을 반환합니다.

public abstract Java.Lang.ICharSequence? SubtitleFormatted { [Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")] get; [Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")>]
[<set: Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")>]
member this.SubtitleFormatted : Java.Lang.ICharSequence with get, set

속성 값

현재 ActionBar 자막 또는 null입니다.

특성

설명

표준 모드에서 현재 ActionBar 자막을 반환합니다. getNavigationMode()가 NAVIGATION_MODE_STANDARD 반환하지 않으면 null을 반환합니다.

에 대한 android.app.ActionBar.getSubtitleAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상