StartScreenManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
시작 화면 관리자 개체를 나타냅니다.
public ref class StartScreenManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class StartScreenManager final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StartScreenManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public sealed class StartScreenManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StartScreenManager
Public NotInheritable Class StartScreenManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1809 | 17763 | ContainsSecondaryTileAsync |
1809 | 17763 | TryRemoveSecondaryTileAsync |
속성
User |
현재 시작 화면과 연결된 사용자를 가져옵니다. |
메서드
ContainsAppListEntryAsync(AppListEntry) |
앱이 현재 시작 화면에 고정되어 있는지 확인합니다. |
ContainsSecondaryTileAsync(String) |
지정된 보조 타일이 시작에 고정되어 있는지 확인합니다. |
GetDefault() |
현재 시작 화면 관리자를 가져옵니다. |
GetForUser(User) |
특정 사용자의 시작 화면 관리자를 가져옵니다. |
RequestAddAppListEntryAsync(AppListEntry) |
현재 시작 화면에 앱을 고정하도록 요청합니다. 디바이스 패밀리에 따라 UI 스레드에서 호출해야 하며 사용자에게 앱을 고정할지 확인하는 대화 상자가 표시됩니다. |
SupportsAppListEntry(AppListEntry) |
앱을 현재 시작 화면에 고정할 수 있는지 확인합니다. |
TryRemoveSecondaryTileAsync(String) |
시작에서 지정된 보조 타일을 제거하려고 시도합니다. |