Application.AppLinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the object that developers use to register or unregister application links.
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
Property Value
The object that developers use to register or unregister application links.
Remarks
It is not possible to unregister an app link on the Android platform.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.