Application.AppLinks 属性

定义

获取开发者用于注册或取消注册应用程序链接的对象。

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 平台上注销应用链接。

适用于