다음을 통해 공유


com4:InProcessServer

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

요소 계층 구조

<패키지>

     <애플리케이션>

          <애플리케이션>

               <확장>

                    <com4:InProcessServer>

     <확장>

          <com4:InProcessServer>

통사론

<com4:InProcessServer
  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
  InProcessServerDll
  ClassReference

</com4:InProcessServer>

특성 및 요소

특성

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

자식 요소

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

부모 요소

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

예제

다음 예제에서는 out-of-process 및 In-process 서버 구현을 동일한 클래스에 등록하는 방법을 보여 있습니다.

<com4:Class Id="f4ed7720-9b3a-44a4-xxxx-xxxxxxxxxxxx" DisplayName="CLSID_Foo"/> 
<com:ExeServer Executable="MyServer.exe" DisplayName="My server">  
  <com4:ClassReference Id="f4ed7720-9b3a-44a4-xxxx-xxxxxxxxxxxx"/>  
</com:ExeServer> 
<com4:InProcessServer Path="MyServer.dll">  
  <com4:ClassReference Id="f4ed7720-9b3a-44a4-xxxx-xxxxxxxxxxxx"/>  
</com4:InProcessServer> 

요구 사항

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