C# 클래스 trello.Extensions.AppBarExtensions

파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
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