다음을 통해 공유


com4:InProcessHandler

하나 이상의 클래스 등록을 사용하여 In-Process 처리기를 등록합니다.

요소 계층 구조

<패키지>

     <애플리케이션>

          <애플리케이션>

               <확장>

                    <com4:InProcessHandler>

     <확장>

          <com4:InProcessHandler>

통사론

<com4:InProcessHandler
  Path = 'An optional string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *, ending with the case-insensitive file extension ".dll".' >

  <!-- Child elements -->
  Class
  InProcessHandlerDll
  ClassReference

</com4:InProcessHandler>

특성 및 요소

특성

속성 묘사 데이터 형식 필수 기본값
In-process 처리기 DLL의 전체 경로입니다. <, >, :, ", |, ?또는 *문자를 포함할 수 없는 길이가 1~256자인 선택적 문자열로, 대/소문자를 구분하지 않는 파일 확장명 .dll끝납니다. 아니요

자식 요소

자식 요소 묘사
클래스 In-Process 처리기 클래스 등록을 정의합니다.
inProcessHandlerDll In-process 처리기 DLL의 경로 및 프로세서 아키텍처를 지정합니다.
ClassReference 등록된 in-process 처리기가 연결된 클래스를 지정하고 등록 세부 정보를 설정합니다.

부모 요소

Parent 요소 묘사
확장 앱에 대한 하나 이상의 확장성 지점을 정의합니다.

발언

다음 예제에서는 x86 및 x64 아키텍처에 대한 클래스 및 In-process 처리기 dll을 등록하는 방법을 보여 줍니다.

<com4:InProcessHandler> 
  <com4:InProcessHandlerDll Path="x86\MyHandler.dll" ProcessorArchitecture="x86"/> 
  <com4:InProcessHandlerDll Path="amd64\MyHandler.dll" ProcessorArchitecture="x64"/> 
  <com4:Class Id="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" DisplayName="CLSID_Bar" ThreadingModel="Both"/> 
</com4:InProcessHandler>

요구 사항

항목
네임스페이스 http://schemas.microsoft.com/appx/manifest/com/windows10/4
최소 OS 버전 Windows 10(빌드 20348)