C# 클래스 RoomEditorApp.App

상속: IExternalApplication
파일 보기 프로젝트 열기: jeremytammik/RoomEditorApp

공개 메소드들

메소드 설명
OnShutdown ( UIControlledApplication a ) : Result
OnStartup ( UIControlledApplication a ) : Result
ToggleSubscription2 ( IExternalEventHandler handler ) : bool

Toggle on and off subscription to automatic cloud updates. Return true when subscribed.

비공개 메소드들

메소드 설명
AddRibbonPanel ( UIControlledApplication a ) : void

Create a custom ribbon panel and populate it with our commands, saving the resulting ribbon items for later access.

GetBitmapImage ( Assembly a, string path ) : BitmapImage

Load a new icon bitmap from embedded resources. For the BitmapImage, make sure you reference WindowsBase and PresentationCore, and import the System.Windows.Media.Imaging namespace.

IconResourcePath ( string name, string size ) : string

Return path to embedded resource icon

메소드 상세

OnShutdown() 공개 메소드

public OnShutdown ( UIControlledApplication a ) : Result
a UIControlledApplication
리턴 Result

OnStartup() 공개 메소드

public OnStartup ( UIControlledApplication a ) : Result
a UIControlledApplication
리턴 Result

ToggleSubscription2() 공개 정적인 메소드

Toggle on and off subscription to automatic cloud updates. Return true when subscribed.
public static ToggleSubscription2 ( IExternalEventHandler handler ) : bool
handler IExternalEventHandler
리턴 bool