다음을 통해 공유


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 플랫폼에서 앱 링크의 등록을 취소할 수 없습니다.

적용 대상