AppExtension 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션 확장에 대한 정보를 제공합니다.
public ref class AppExtension sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppExtension final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppExtension
Public NotInheritable Class AppExtension
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
속성
AppInfo |
호스트 앱이 사용자에게 표시하도록 선택할 수 있는 앱 확장의 이름, 로고, 패키지 정보 및 앱 식별자와 같은 정보를 제공합니다. |
AppUserModelId |
앱을 고유하게 식별하는 식별자를 가져옵니다. |
Description |
이 앱 확장에 대한 설명을 제공합니다. |
DisplayName |
이 확장의 표시 이름을 제공합니다. |
Id |
확장의 instance 식별자입니다. |
Package |
앱 확장에 대한 패키지 정보를 가져옵니다. |
메서드
GetExtensionProperties() |
확장에서 호스팅 앱이 쿼리할 수 있는 추가 정보를 지정하는 데 사용됩니다. |
GetExtensionPropertiesAsync() |
확장에서 호스팅 앱이 쿼리할 수 있는 추가 정보를 지정하는 데 사용됩니다. |
GetPublicFolder() |
확장의 격리된 스토리지에서 읽을 수 있는 하위 폴더를 가져옵니다. |
GetPublicFolderAsync() |
확장의 격리된 스토리지에서 읽을 수 있는 하위 폴더를 가져옵니다. |
GetPublicPath() |
확장의 격리된 스토리지 위치에 대한 경로를 가져옵니다. |