Application.AppLinks 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取开发者用于注册或取消注册应用程序链接的对象。
public:
property Microsoft::Maui::Controls::IAppLinks ^ AppLinks { Microsoft::Maui::Controls::IAppLinks ^ get(); };
public Microsoft.Maui.Controls.IAppLinks AppLinks { get; }
member this.AppLinks : Microsoft.Maui.Controls.IAppLinks
Public ReadOnly Property AppLinks As IAppLinks
属性值
开发人员用于注册或注销应用程序链接的对象。
注解
无法在 Android 平台上注销应用链接。