ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / IExtensionConfig Interface
Members

In This Topic
    IExtensionConfig Interface
    In This Topic
    Provides access to members that describe an extension.
    Syntax
    public interface IExtensionConfig 
    Public Interface IExtensionConfig 
    Remarks
    If you want your extension to be exposed in the backstage's Extensions table, the extension's information needs to be specified in module's <extensionConfig> node in DAML. If your module needs to load to get the extension's information, your module needs to implement the IExtensionConfig interface.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also