C# Класс trello.Extensions.AppBarExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AddButton ( this bar, string text, Uri image, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
AddButton ( this bar, string text, Uri image, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar

Описание методов

AddButton() публичный статический Метод

public static AddButton ( this bar, string text, Uri image, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
image System.Uri
handler System.Action
Результат Microsoft.Phone.Shell.ApplicationBar

AddButton() публичный статический Метод

public static AddButton ( this bar, string text, Uri image, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
image System.Uri
handler EventHandler
Результат Microsoft.Phone.Shell.ApplicationBar

AddMenuItem() публичный статический Метод

public static AddMenuItem ( this bar, string text, System.Action handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
handler System.Action
Результат Microsoft.Phone.Shell.ApplicationBar

AddMenuItem() публичный статический Метод

public static AddMenuItem ( this bar, string text, EventHandler handler ) : Microsoft.Phone.Shell.ApplicationBar
bar this
text string
handler EventHandler
Результат Microsoft.Phone.Shell.ApplicationBar