uap:LaunchAction(AppointmentsProviderLaunchActions)
uap:AppointmentsProviderLaunchActions 콘텐츠 작업을 설명합니다.
요소 계층 구조
<uap:AppointmentsProviderLaunchActions>
<uap:LaunchAction>
Syntax
<uap:LaunchAction
EntryPoint = 'A string with an optional value between 1 and 256 characters in length. Represents the task handling the extension (normally the fully namespace-qualified name of a Windows Runtime type). If EntryPoint is not specified, the EntryPoint defined for the app is used instead.'
Executable = 'A string with an optional value between 1 and 256 characters in length, that must end with ".exe", and cannot contain the following characters: <, >, :, ", |, ?, or *. Specifies the default executable for the extension. If not specified, the executable defined for the app is used. If specified, the EntryPoint property is also used. If the EntryPoint property is not specified, the EntryPoint defined for the app is used.'
RuntimeType = 'A string with an optional value between 1 and 255 characters in length that cannot start or end with a period or contain these characters: <, >, :, ", /, \, |, ?, or *.'
StartPage = 'A string with an optional value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.'
ResourceGroup = 'An alphanumeric string with an optional value between 1 and 255 characters in length. Must begin with a letter.'
Verb = 'A string that can have any of the following values: "addAppointment", "removeAppointment", "replaceAppointment", "showTimeFrame", or "showAppointmentDetails".'
DesiredView = 'A string that can have any of the following values: "default", "useLess", "useHalf", "useMore", or "useMinimum".' />
키
?
선택 사항(0개 또는 1개)
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
EntryPoint | 활성화 가능한 클래스 ID입니다. | 길이가 1~256자인 문자열입니다. 확장을 처리하는 작업(일반적으로 Windows 런타임 형식의 정규화된 네임스페이스 이름)을 나타냅니다. EntryPoint를 지정하지 않으면 앱에 대해 정의된 EntryPoint가 대신 사용됩니다. | No | |
실행 파일 | 기본 시작 실행 파일입니다. | 길이가 1~256자인 문자열로, 로 끝나.exe 야 하며 , , , " > : | ? 또는 * 문자를 < 포함할 수 없습니다. 확장의 기본 실행 파일을 지정합니다. 지정하지 않으면 앱에 대해 정의된 실행 파일이 사용됩니다. 지정한 경우 EntryPoint 속성도 사용됩니다. 해당 EntryPoint 속성을 지정하지 않으면 앱에 대해 정의된 EntryPoint가 사용됩니다. |
No | |
RuntimeType | 런타임 공급자입니다. 일반적으로 앱에 혼합된 프레임워크가 있을 때 사용됩니다. | 로 시작하거나 끝낼 . < 수 없는 길이가 1~255자인 문자열입니다( , , > , : " , | , ? 또는 * ). |
No | |
StartPage | 확장성 지점을 처리하는 웹 페이지입니다. | , ? > * : | " 또는 문자를 포함할 수 없는 길이가 1~256자< 인 문자열입니다. |
No | |
ResourceGroup | 리소스 관리 용도(예: CPU 및 메모리)를 위해 확장 활성화를 그룹화하는 데 사용되는 선택적 태그입니다. Application@ResourceGroup설명 섹션을 참조하세요. | 길이가 1~255자인 영숫자 문자열입니다. 문자로 시작해야 합니다. | No | |
동사 | 앱이 시작될 때 앱에 전달되는 고유 식별자입니다. 앱은 이 문자열을 사용하여 시작을 트리거한 uap:AppointmentsProviderLaunchActions 처리기를 확인할 수 있습니다. 패키지의 애플리케이션별로 고유하며 대/소문자를 구분합니다. | addAppointment, removeAppointment, replaceAppointment, showTimeFrame 또는 showAppointmentDetails 값을 가질 수 있는 문자열입니다. | No | |
DesiredView | 약속이 시작될 때 사용할 원하는 화면 공간입니다. | 기본값, useLess, useHalf, useMore 또는 useMinimum 중에서 사용할 수 있는 문자열입니다. | No |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
uap:AppointmentsProviderLaunchActions | 약속이 시작될 때 수행할 작업을 선언합니다. |
관련 요소
다음 요소는 이 요소와 이름이 같지만 콘텐츠나 특성은 다릅니다.
설명
약속 공급자가 수행하는 시작 작업에 대한 자세한 내용은 AppointmentsProviderLaunchActionVerbs를 참조하세요.
LaunchAction(AppointmentsProviderLaunchActions) 에는 다음과 같은 의미 체계 유효성 검사가 있습니다.
확장 기본 특성은 다음 규칙을 따라야 합니다.
- StartPage 특성을 지정하면 EntryPoint, Executable 또는 RuntimeType 특성이 지정되면 실패합니다.
- 그렇지 않으면 EntryPoint를 지정하지 않고 Executable 또는 RuntimeType 특성을 지정하면 실패합니다.
LaunchAction(AppointmentsProviderLaunchActions)에서EntryPoint 특성을 정의하는 경우 이 LaunchAction(AppointmentsProviderLaunchActions) 또는 부모 uap:Extension 또는 Application 요소에서 실행 가능한 특성을 지정해야 합니다.
요구 사항
항목 | 값 |
---|---|
네임스페이스 | http://schemas.microsoft.com/appx/manifest/uap/windows10 |
Minimum OS Version | Windows 10 버전 1511(빌드 10586) |