public abstract class TessaApplication : Application
Public MustInherit Class TessaApplication
Inherits Application
public ref class TessaApplication abstract : public Application
[<AbstractClassAttribute>]
type TessaApplication =
class
inherit Application
end
TessaApplication | Инициализирует новый экземпляр класса TessaApplication |
Application | Текущее запущенное приложение или null, если приложение ещё не было запущено или было завершено. |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Унаследован от DispatcherObject) |
IsLaunched | Признак того, что приложение было успешно запущено. |
LauncherSplash | Содержит отображаемое при загрузке приложения окно |
MainWindow | Gets or sets the main window of the application. (Унаследован от Application) |
Properties | Gets a collection of application-scope properties. (Унаследован от Application) |
PublishModeByDefault | Признак того, что приложение по умолчанию запускается всегда в режиме публикации, даже без параметра /publish. Требуется для того, чтобы определить, выполняет ли приложение публикацию в "тихом" режиме. |
Resources | Gets or sets a collection of application-scope resources, such as styles and brushes. (Унаследован от Application) |
ShutdownMode | Gets or sets the condition that causes the Shutdown method to be called. (Унаследован от Application) |
StartupUri | Gets or sets a UI that is automatically shown when an application starts. (Унаследован от Application) |
ThemeWindowTypes | Нестандартные типы окон, не являющиеся наследниками TessaWindow. Значение может быть равно null, если такие типы отсутствуют. Изменять значение свойства необходимо перед вызовом метода OnStartup(StartupEventArgs), например, в конструкторе. |
UnityContainer | Текущий используемый контейнер Unity или null, если приложение ещё не было запущено, было завершено или не связано с контейнером. |
Windows | Gets the instantiated windows in an application. (Унаследован от Application) |
ActivateShell | Активирует главное окно по умолчанию. Стандартной реализации, которая активирует окно MainWindow, достаточно для обычных окон. |
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
FindResource | Searches for a user interface (UI) resource, such as a Style or Brush, with the specified key, and throws an exception if the requested resource is not found (see XAML Resources). (Унаследован от Application) |
OnActivated | Raises the Activated event. (Унаследован от Application) |
OnApplicationExitAsync | Переопределите метод для того, чтобы выполнить дополнительные действия по завершению работы приложения. Если специальных действий выполнять не требуется, то переопределять метод не рекомендуется. |
OnApplicationStartupAsync | Переопределите метод для того, чтобы запустить приложение и установить свойства Application и UnityContainer. |
OnDeactivated | Raises the Deactivated event. (Унаследован от Application) |
OnExit |
Стандартный обработчик завершения приложения.
(Переопределяет ApplicationOnExit(ExitEventArgs)) |
OnFragmentNavigation | Raises the FragmentNavigation event. (Унаследован от Application) |
OnLoadCompleted | Raises the LoadCompleted event. (Унаследован от Application) |
OnNavigated | Raises the Navigated event. (Унаследован от Application) |
OnNavigating | Raises the Navigating event. (Унаследован от Application) |
OnNavigationFailed | Raises the NavigationFailed event. (Унаследован от Application) |
OnNavigationProgress | Raises the NavigationProgress event. (Унаследован от Application) |
OnNavigationStopped | Raises the NavigationStopped event. (Унаследован от Application) |
OnSessionEnding | Raises the SessionEnding event. (Унаследован от Application) |
OnStartup |
Стандартный обработчик запуска приложения.
(Переопределяет ApplicationOnStartup(StartupEventArgs)) |
Run | Starts a Windows Presentation Foundation application. (Унаследован от Application) |
Run(Window) | Starts a Windows Presentation Foundation application and opens the specified window. (Унаследован от Application) |
Shutdown | Shuts down an application. (Унаследован от Application) |
Shutdown(Int32) | Shuts down an application that returns the specified exit code to the operating system. (Унаследован от Application) |
TryCreateLauncherSplash | Метод, создающий сплэш, отображаемый при запуске и инициализации приложения, или null, если сплэш не должен отображаться. |
TryFindResource | Searches for the specified resource. (Унаследован от Application) |
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Унаследован от DispatcherObject) |
Activated | Occurs when an application becomes the foreground application. (Унаследован от Application) |
Deactivated | Occurs when an application stops being the foreground application. (Унаследован от Application) |
DispatcherUnhandledException | Occurs when an exception is thrown by an application but not handled. (Унаследован от Application) |
Exit | Occurs just before an application shuts down and cannot be canceled. (Унаследован от Application) |
FragmentNavigation | Occurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content. (Унаследован от Application) |
LoadCompleted | Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. (Унаследован от Application) |
Navigated | Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. (Унаследован от Application) |
Navigating | Occurs when a new navigation is requested by a navigator in the application. (Унаследован от Application) |
NavigationFailed | Occurs when an error occurs while a navigator in the application is navigating to the requested content. (Унаследован от Application) |
NavigationProgress | Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. (Унаследован от Application) |
NavigationStopped | Occurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress. (Унаследован от Application) |
SessionEnding | Occurs when the user ends the Windows session by logging off or shutting down the operating system. (Унаследован от Application) |
Startup | Occurs when the Run method of the Application object is called. (Унаследован от Application) |