共用方式為


ApplicationBar 類別

繼承階層架構

System.Object
  Microsoft.Phone.Shell.ApplicationBar

命名空間:  Microsoft.Phone.Shell
組件:  Microsoft.Phone (在 Microsoft.Phone.dll 中)

語法

'宣告
<ContentPropertyAttribute("Buttons")> _
Public NotInheritable Class ApplicationBar _
    Implements IApplicationBar
[ContentPropertyAttribute("Buttons")]
public sealed class ApplicationBar : IApplicationBar
[ContentPropertyAttribute(L"Buttons")]
public ref class ApplicationBar sealed : IApplicationBar
[<Sealed>]
[<ContentPropertyAttribute("Buttons")>]
type ApplicationBar =  
    class
        interface IApplicationBar
    end

ApplicationBar 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 ApplicationBar

回頁首

屬性

  名稱 描述
公用屬性 BackgroundColor
公用屬性 Buttons
公用屬性 DefaultSize
公用屬性 ForegroundColor
公用屬性 IsMenuEnabled
公用屬性 IsVisible
公用屬性 MenuItems
公用屬性 MiniSize
公用屬性 Mode
公用屬性 Opacity

回頁首

方法

  名稱 描述
公用方法 Equals(Object) 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

事件

  名稱 描述
公用事件 StateChanged

回頁首

版本資訊

適用於 Windows Phone 應用程式的 .NET

支援版本:Windows Phone 8、Silverlight 8.1

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.Phone.Shell 命名空間