1e41f4b71Sopenharmony_ci# RemoteAbilityInfo (系统接口) 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ci包含远程的ability信息,通过接口[distributedBundle.getRemoteAbilityInfo](js-apis-distributedBundleManager-sys.md#distributedbundlegetremoteabilityinfo)获取。 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci> **说明:** 6e41f4b71Sopenharmony_ci> 7e41f4b71Sopenharmony_ci> 本模块首批接口从API version 9 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 8e41f4b71Sopenharmony_ci> 9e41f4b71Sopenharmony_ci> 本模块为系统接口。 10e41f4b71Sopenharmony_ci 11e41f4b71Sopenharmony_ci## RemoteAbilityInfo 12e41f4b71Sopenharmony_ci 13e41f4b71Sopenharmony_ci **系统能力:** SystemCapability.BundleManager.DistributedBundleFramework 14e41f4b71Sopenharmony_ci 15e41f4b71Sopenharmony_ci **系统接口:** 此接口为系统接口。 16e41f4b71Sopenharmony_ci 17e41f4b71Sopenharmony_ci| 名称 | 类型 | 只读 | 可选 | 说明 | 18e41f4b71Sopenharmony_ci| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- | 19e41f4b71Sopenharmony_ci| elementName | [ElementName](js-apis-bundleManager-elementName.md) | 是 | 否 | 指明远程ability的ElementName信息。 | 20e41f4b71Sopenharmony_ci| label | string | 是 | 否 | 指明远程ability的标签信息。 | 21e41f4b71Sopenharmony_ci| icon | string | 是 | 否 | 指明的远程ability的图标信息。 | 22