ApplicationBar.Buttons Property

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property Buttons As IList
public IList Buttons { get; }
public:
virtual property IList^ Buttons {
    IList^ get () sealed;
}
abstract Buttons : IList with get 
override Buttons : IList with get

Property Value

Type: System.Collections.IList

Implements

IApplicationBar.Buttons

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ApplicationBar Class

Microsoft.Phone.Shell Namespace