C# Класс ExtensibleStorageManager.Application

Наследование: IExternalApplication
Показать файл Открыть проект

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

Метод Описание
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