LauncherOptions.UI 속성

정의

기본 앱을 시작할 때 UI(사용자 인터페이스) 옵션을 가져옵니다.

public:
 property LauncherUIOptions ^ UI { LauncherUIOptions ^ get(); };
LauncherUIOptions UI();
public LauncherUIOptions UI { get; }
var launcherUIOptions = launcherOptions.uI;
Public ReadOnly Property UI As LauncherUIOptions

속성 값

UI 옵션입니다.

설명

중요

이 속성은 데스크톱 디바이스에서만 구현됩니다.

적용 대상

추가 정보