다음을 통해 공유


com4:Class(ManagedInProcessServer)

관리되는 In-Process 서버를 하나 이상의 클래스에 등록합니다.

요소 계층 구조

<패키지>

     <애플리케이션>

          <애플리케이션>

               <확장>

                    <com4:ManagedInProcessServer>

                         <com4:Class>

     <확장>

          <com4:ManagedInProcessServer>

               <com4:Class>

통사론

<com4:Class
  ThreadingModel = 'A string that can have one of the following values: "Both", "STA", "MTA", "MainSTA", or "Neutral".'
  ImplementationClass = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
  Virtualization = 'A string that can have one of the following values: "enabled" or "disabled".'
  ProgId = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
  VersionIndependentProgId = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
  AutoConvertTo = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
  InsertableObject = 'A boolean value.'
  ShortDisplayName = 'A string with a value between 1 and 40 characters in length.'
  Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
  DisplayName = 'A string with a value between 1 and 256 characters in length. This string is localizable.'>

<!-- Child elements -->
  ImplementedCategories
  Conversion
  DataFormats
  MiscStatus
  Verbs
  DefaultIcon
  ToolboxBitmap32
  TypeLib

</com4:Class>

특성 및 요소

특성

속성 묘사 데이터 형식 필수 기본값
ThreadingModel DLL을 로드하기 위한 스레딩 모델입니다. , STA, MTA, MainSTA또는 중립중 하나를 가질 수 있는 문자열입니다.
ImplementationClass 클래스 참조와 연결된 구현 클래스입니다. 길이가 1~255자인 마침표로 구분된 영숫자 문자열입니다(예: Foo.Bar 또는 Foo.Bar.1).
가상화 클래스를 로드할 때 가상화가 사용되는지 여부를 지정합니다. 다음 값 중 하나를 가질 수 있는 문자열입니다. 사용하거나 사용하지 않도록 설정된 .
ProgId ProgID(프로그래밍 식별자)를 CLSID와 연결합니다. 길이가 1~255자인 마침표로 구분된 영숫자 문자열입니다(예: Foo.Bar 또는 Foo.Bar.1). 아니요
versionIndependentProgId ProgID를 CLSID와 연결합니다. 이 값은 개체 애플리케이션의 최신 버전을 결정하는 데 사용됩니다. 길이가 1~255자인 마침표로 구분된 영숫자 문자열입니다(예: Foo.Bar 또는 Foo.Bar.1). 아니요
autoConvertTo 지정된 개체 클래스를 새 개체 클래스로 자동 변환하도록 지정합니다. xxxxxxxx-xxxx-xxxx-xxxx-xxxx 형식의 GUID입니다. 아니요
InsertableObject 이 클래스를 삽입할 수 있음을 나타냅니다. 부울 값입니다. 아니요
ShortDisplayName 클래스 표시 이름의 짧은 버전입니다. 길이가 1~40자인 문자열입니다. 아니요
ID ID 특성은 CLSID에 해당합니다. xxxxxxxx-xxxx-xxxx-xxxx-xxxx 형식의 GUID입니다.
DisplayName CLSID 키의 기본값에 해당하는 지역화 가능한 문자열입니다. 길이가 1~256자인 문자열입니다. 이 문자열은 지역화할 수 있습니다. 아니요

자식 요소

자식 요소 묘사
ImplementedCategories 클래스에서 구현하는 범주를 지정합니다.
변환 애플리케이션에서 읽고 쓸 수 있는 형식을 지정합니다.
DataFormats 애플리케이션에서 지원하는 기본 및 기본 데이터 형식을 지정합니다.
MiscStatus 개체를 만들고 표시하는 방법을 지정합니다.
동사 애플리케이션에 등록할 동사를 지정합니다.
DefaultIcon 개체의 아이콘 프레젠테이션에 대한 기본 아이콘 정보를 제공합니다.
ToolboxBitmap32 도구 모음 또는 도구 상자 단추의 면에 사용할 16 x 16 비트맵의 모듈 이름 및 리소스 ID를 식별합니다.
TypeLib 클래스 또는 인터페이스에 대한 형식 라이브러리입니다.

부모 요소

Parent 요소 묘사
com4:ManagedInProcessServer 하나 이상의 클래스 등록을 사용하여 관리되는 In-Process 서버를 등록합니다.

예제

다음 예제에서는 관리되는 In-Process 서버를 사용하여 여러 클래스 구현을 등록하는 방법을 보여 줍니다.

<com4:ManagedInProcessServer Assembly="Fabrikam.Widgets, Version=10.0.0.0, Culture=neutral, PublicKeyToken=xxxxxxxxxxxxxxxxx" RuntimeVersion="v4.0.30319"> 
  <com4:Class Id="99b9b8fa-2c14-42f7-xxxx-xxxxxxxxxxxx" DisplayName="SimpleWidget" ImplementationClass="Fabrikam.Widgets.SimpleWidget"/> 
  <com4:Class Id="0057c8be-3c95-4242-xxxx-xxxxxxxxxxxx" DisplayName="SingleThreadedWidget" ImplementationClass="Fabrikam.Widgets.SingleThreadedWidget" ThreadingModel="Apartment"/> 
</com4:ManagedInProcessServer> 

요구 사항

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