共用方式為


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平臺上取消註冊應用程式連結。

適用於