1# RemoteAbilityInfo (系统接口) 2<!--Kit: Ability Kit--> 3<!--Subsystem: BundleManager--> 4<!--Owner: @wanghang904--> 5<!--Designer: @hanfeng6--> 6<!--Tester: @kongjing2--> 7<!--Adviser: @Brilliantry_Rui--> 8 9remoteAbility信息。 10 11> **说明:** 12> 13> 本模块首批接口从API version 8 开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。 14> 15> 从API Version 9开始,该模块不再维护,建议使用[bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo-sys.md)替代。 16> 17> 本模块为系统接口。 18 19## RemoteAbilityInfo<sup>(deprecated)<sup> 20 21> 从API version 9开始不再维护,建议使用[bundleManager-RemoteAbilityInfo](js-apis-bundleManager-remoteAbilityInfo-sys.md#remoteabilityinfo)替代。 22 23 **系统能力:** SystemCapability.BundleManager.DistributedBundleFramework 24 25 **系统接口:** 此接口为系统接口。 26 27| 名称 | 类型 | 只读 | 可选 | 说明 | 28| ----------- | -------------------------------------------- | ---- | ---- | ----------------------- | 29| elementName | [ElementName](js-apis-bundle-ElementName.md) | 是 | 否 | ability元素资源信息。 | 30| label | string | 是 | 否 | 指明ability的名称。 | 31| icon | string | 是 | 否 | 指明的ability的图标信息。 | 32