IAppLinks.DeregisterLink Method
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.
Overloads
DeregisterLink(IAppLinkEntry) | |
DeregisterLink(Uri) |
DeregisterLink(IAppLinkEntry)
- Source:
- IAppLinks.cs
- Source:
- IAppLinks.cs
public:
void DeregisterLink(Microsoft::Maui::Controls::IAppLinkEntry ^ appLink);
public void DeregisterLink (Microsoft.Maui.Controls.IAppLinkEntry appLink);
abstract member DeregisterLink : Microsoft.Maui.Controls.IAppLinkEntry -> unit
Public Sub DeregisterLink (appLink As IAppLinkEntry)
Parameters
- appLink
- IAppLinkEntry
Applies to
DeregisterLink(Uri)
- Source:
- IAppLinks.cs
- Source:
- IAppLinks.cs
public:
void DeregisterLink(Uri ^ appLinkUri);
public void DeregisterLink (Uri appLinkUri);
abstract member DeregisterLink : Uri -> unit
Public Sub DeregisterLink (appLinkUri As Uri)
Parameters
- appLinkUri
- Uri