ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / ProApp Class
Properties Methods Events


In This Topic
    ProApp Class Members
    In This Topic

    The following tables list the members exposed by ProApp.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the main window of the application. (Inherited from System.Windows.Application)
    Public PropertyOverridden.  Gets the project file extension  
    Public PropertyGets a collection of application-scope properties. (Inherited from System.Windows.Application)
    Public PropertyGets or sets a collection of application-scope resources, such as styles and brushes. (Inherited from System.Windows.Application)
    Public PropertyGets or sets the condition that causes the System.Windows.Application.Shutdown method to be called. (Inherited from System.Windows.Application)
    Public PropertyGets or sets a UI that is automatically shown when an application starts. (Inherited from System.Windows.Application)
    Public Propertystatic (Shared in Visual Basic) Gets the time zone manager.  
    Public PropertyGets the instantiated windows in an application. (Inherited from System.Windows.Application)
    Top
    Protected Properties
     NameDescription
    Protected Property GUID for license guard allowing only one sign in dialog for the application. (Inherited from ArcGIS.Desktop.Core.Licensing.LicensedApplication)
    Top
    Public Methods
     NameDescription
    Public MethodSearches for a user interface (UI) resource, such as a System.Windows.Style or System.Windows.Media.Brush, with the specified key, and throws an exception if the requested resource is not found (see XAML Resources). (Inherited from System.Windows.Application)
    Public Method For internal use (Inherited from ArcGIS.Desktop.Core.ProBasedApp)
    Public MethodOverloaded.  (Inherited from System.Windows.Application)
    Public MethodOverloaded.  (Inherited from ArcGIS.Desktop.Core.Licensing.LicensedApplication)
    Public MethodSearches for the specified resource. (Inherited from System.Windows.Application)
    Top
    Public Events
     NameDescription
    Public EventOccurs when an application becomes the foreground application. (Inherited from System.Windows.Application)
    Public EventOccurs when an application stops being the foreground application. (Inherited from System.Windows.Application)
    Public EventOccurs when an exception is thrown by an application but not handled. (Inherited from System.Windows.Application)
    Public EventOccurs just before an application shuts down, and cannot be canceled. (Inherited from System.Windows.Application)
    Public EventOccurs 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. (Inherited from System.Windows.Application)
    Public EventOccurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering. (Inherited from System.Windows.Application)
    Public EventOccurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading. (Inherited from System.Windows.Application)
    Public EventOccurs when a new navigation is requested by a navigator in the application. (Inherited from System.Windows.Application)
    Public EventOccurs when an error occurs while a navigator in the application is navigating to the requested content. (Inherited from System.Windows.Application)
    Public EventOccurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information. (Inherited from System.Windows.Application)
    Public EventOccurs 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. (Inherited from System.Windows.Application)
    Public EventOccurs when the user ends the Windows session by logging off or shutting down the operating system. (Inherited from System.Windows.Application)
    Public EventOccurs when the System.Windows.Application.Run method of the System.Windows.Application object is called. (Inherited from System.Windows.Application)
    Top
    See Also