C# 클래스 ExtensibleStorageManager.Application

상속: IExternalApplication
파일 보기 프로젝트 열기: AMEE/revit

공개 메소드들

메소드 설명
OnShutdown ( UIControlledApplication application ) : System.Result

There is no cleanup needed in this application -- default implementation

OnStartup ( UIControlledApplication application ) : System.Result

Add a button to the Ribbon and attach it to the IExternalCommand defined in Command.cs

메소드 상세

OnShutdown() 공개 메소드

There is no cleanup needed in this application -- default implementation
public OnShutdown ( UIControlledApplication application ) : System.Result
application UIControlledApplication
리턴 System.Result

OnStartup() 공개 메소드

Add a button to the Ribbon and attach it to the IExternalCommand defined in Command.cs
public OnStartup ( UIControlledApplication application ) : System.Result
application UIControlledApplication
리턴 System.Result