com4:InProcessHandler

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

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <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>

특성 및 요소

특성

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

자식 요소

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

부모 요소

부모 요소 Description
확장 앱에 대한 하나 이상의 확장성 지점을 정의합니다.

설명

다음 예제에서는 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>

요구 사항

항목
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10/4
Minimum OS Version Windows 10(빌드 20348)