ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Module Class
Properties Methods Events


In This Topic
    Module Class Members
    In This Topic

    The following tables list the members exposed by Module.

    Public Properties
     NameDescription
    Public Property Gets the name of the Module.  
    Top
    Protected Properties
     NameDescription
    Protected Internal Property Gets the DAML identifier.  
    Top
    Public Methods
     NameDescription
    Public Method Gets the set of Search Suggestion IDs.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's Copy button.  
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's Copy Path button.  
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's Cut button.  
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's Delete button.  
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's Duplicate button.  
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's Paste button.  
    Protected Internal Method Modules are constantly polled giving them the opportunity to enable the application's PasteSpecial button.  
    Protected Internal Method When overridden in a derived class, a Module can return that it can't be unloaded.  
    Protected Internal Method Called when the Copy command is executed.  
    Protected Internal Method Called when the CopyPath command is executed.  
    Protected Internal Method Called when the Cut command is executed.  
    Protected Internal Method Called when the Delete command is executed.  
    Protected Internal Method Called when the Duplicate command is executed.  
    Protected Internal Method Override this method to allow users to execute DAML commands specified in this module.  
    Protected Internal Method Override this method to allow users to execute DAML commands specified in this module.  
    Protected Internal Method When overridden in a derived class, gives the custom Module a chance to initialize itself and return its status to the calling Framework.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Called by the Framework when a Pane is activated.  
    Protected Internal Method Called by the Framework when a Pane is closed.  
    Protected Internal Method Called by the Framework when one of the Module's Pane is about to close.  
    Protected Internal Method Called by the Framework when a Pane is deactivated.  
    Protected Internal Method Called by the Framework when a new Pane is opened. This occurs after the pane has been fully initialized.  
    Protected Internal Method Override this method to read custom settings written to the current project.  
    Protected Internal Method Called periodically by the framework once the module has been loaded.  
    Protected Internal Method Override this method to write custom settings to the current project when it is saved.  
    Protected Internal Method Called when the Paste command is executed.  
    Protected Internal Method Called when the PasteSpecial command is executed.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method When overridden in a derived class, gives the custom Module a chance to uninitialize itself.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also