다음을 통해 공유


printSupport2:Extension

인쇄 지원 앱에 대한 확장 지점을 선언하고 가상 프린터에 대한 지원을 추가합니다.

요소 계층 구조

<패키지>

     <애플리케이션>

          <애플리케이션>

               <확장>

                    <printSupport2:Extension>

통사론

<printSupport2:Extension 
  Category = 'A string that can have one of the following values: "windows.printSupportVirtualPrinterWorkflow".'
  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.'
  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.'
  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.'
  uap10:TrustLevel = 'An optional string value. If specified, it must be either "appContainer" or "mediumIL".'
  uap10:RuntimeBehavior  = 'An optional string value. If specified, it must be one of the following values:  "windowsApp", "packagedClassicApp", or "win32App".'
  uap10:HostId = 'An alphanumeric string with an optional value between 1 and 255 characters in length. Must begin with an letter.'
  uap10:Parameters = 'A string with an optional value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' 
  uap11:Id = 'An optional string with a value between 1 and 255 characters in length with a non-whitespace character at its beginning and end.'
  uap11:Subsystem = 'An optional string that can have one of the following values: "console" or "windows".'
  uap11:SupportsMultipleInstances = 'An optional boolean value.'
  uap11:ResourceGroup = 'An optional alphanumeric string with a value between 1 and 255 characters in length. Must begin with a letter.'
  uap11:CurrentDirectoryPath = 'An optional string that cannot contain these characters: <, >, |, ?, or *. >'
  uap11:Parameters = 'An optional string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.' >

  <!-- Child elements -->
  PrintSupportVirtualPrinter
</printSupport2:Extension>

특성 및 요소

특성

속성 묘사 데이터 형식 필수 기본값
범주 패키지 확장성 지점의 형식입니다. windows.printSupportVirtualPrinterWorkflow값 중 하나를 가질 수 있는 문자열입니다.
EntryPoint 활성화 가능한 클래스 ID입니다. 길이가 1~256자인 문자열입니다. 확장을 처리하는 작업(일반적으로 Windows 런타임 형식의 정규화된 네임스페이스 이름)을 나타냅니다. EntryPoint를 지정하지 않으면 앱에 대해 정의된 EntryPoint가 대신 사용됩니다. 아니요
실행 파일 기본 시작 실행 파일입니다. 길이가 1~256자인 문자열로, .exe끝나야 하며 <, >, :, ", |, ?또는 *문자를 포함할 수 없습니다. 확장의 기본 실행 파일을 지정합니다. 지정하지 않으면 앱에 대해 정의된 실행 파일이 사용됩니다. 지정한 경우 EntryPoint 속성도 사용됩니다. 해당 EntryPoint 속성을 지정하지 않으면 앱에 대해 정의된 EntryPoint가 사용됩니다. 아니요
runtimeType 런타임 공급자입니다. 일반적으로 앱에 혼합된 프레임워크가 있을 때 사용됩니다. 길이가 1~255자인 문자열로, . 시작하거나 끝낼 수 없거나 <, >, :, ", |, ?또는 *문자를 포함할 수 없습니다. 아니요
StartPage 확장성 지점을 처리하는 웹 페이지입니다. <, >, :, ", |, ?또는 *문자를 포함할 수 없는 길이가 1~256자인 문자열입니다. 아니요
ResourceGroup 리소스 관리 용도(예: CPU 및 메모리)를 위해 확장 활성화를 그룹화하는 데 사용되는 선택적 태그입니다. Application@ResourceGroup주의 섹션을 참조하세요. 길이가 1~255자인 영숫자 문자열입니다. 문자로 시작해야 합니다. 아니요
uap10:TrustLevel 확장의 신뢰 수준을 지정합니다. 선택적 문자열 값입니다. 지정된 경우 appContainer 또는 mediumIL값 중 하나일 수 있습니다. 아니요
uap10:RuntimeBehavior 확장의 런타임 동작을 지정합니다. 선택적 문자열 값입니다. 지정된 경우 windowsApp, packagedClassicApp또는 win32App값 중 하나일 수 있습니다. 아니요
uap10:HostId 확장에 대한 호스트 런타임의 ID를 지정합니다. 길이가 1~255자인 선택적 값을 가진 영숫자 문자열입니다. 문자로 시작해야 합니다. 아니요
uap10:Parameters 확장에 전달할 명령줄 매개 변수를 포함합니다. 데스크톱 앱에 대해서만 지원됩니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 문자열입니다. 아니요
uap11:Id 확장의 식별자입니다. ID는 패키지의 모든 확장에 대해 고유해야 합니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~255자인 선택적 문자열입니다. 아니요
uap11:하위 시스템 확장이 대상으로 하는 하위 시스템입니다. 콘솔 또는 값 중 하나를 가질 수 있는 선택적 문자열입니다. 아니요
uap11:SupportsMultipleInstances 인스턴스를 다른 프로세스에서 실행할지 여부를 지정합니다. 기본값은 false입니다. 선택적 부울 값입니다. 아니요
uap11:ResourceGroup 리소스 관리 용도(예: CPU 및 메모리)를 위해 확장 활성화를 그룹화하는 데 사용할 수 있는 태그입니다. ResourceGroup을 설정할 수 있는 값은 자유 형식이며 유연합니다. Application@ResourceGroup참조하세요. 길이가 1~255자인 선택적 영숫자 문자열입니다. 문자로 시작해야 합니다. 아니요
uap11:CurrentDirectoryPath 애플리케이션 프로세스가 시작될 때 초기 디렉터리를 지정합니다. 이 특성은 매크로를 지원합니다. 자세한 내용은 패키지 매니페스트 스키마매크로를 참조하세요. <, >, |, ?또는 *문자를 포함할 수 없는 선택적 문자열입니다. > 아니요
uap11:Parameters 확장에 전달할 명령줄 매개 변수를 포함합니다. 이 특성은 매크로를 지원합니다. 자세한 내용은 패키지 매니페스트 스키마매크로를 참조하세요. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. 아니요

자식 요소

자식 요소 묘사
PrintSupportVirtualPrinter 앱과 함께 설치할 가상 엔드포인트 인쇄 큐를 지정합니다.

부모 요소

Parent 요소 묘사
확장 앱의 확장성 지점을 선언합니다.

발언

인쇄 지원 앱 개발에 대한 자세한 내용은인쇄 지원 앱 디자인 가이드를 참조하세요.

요구 사항

항목
네임스페이스 http://schemas.microsoft.com/appx/manifest/printsupport/windows10/2
uap10 http://schemas.microsoft.com/appx/manifest/uap/windows/10/10
uap11 http://schemas.microsoft.com/appx/manifest/uap/windows/10/11