com:Version

버전 번호 및 형식 라이브러리에 대한 추가 정보입니다.

요소 계층 구조

<패키지>

    <애플리케이션>

         <애플리케이션>

              <확장>

                   <com:Extension>

                        <com:ComInterface>

                             <com:TypeLib>

                                  <com:Version>

구문

<com:Version
  VersionNumber = 'One to three alphanumeric characters separated by a period followed by one to three more alphanumeric characters (for example, 1.5a).'
  LocaleId = 'An optional string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case)'.
  LibraryFlag = 'An optional string with a value in hexadecimal format containing numbers or the letters a, b, c, d, e, or f (capital or lower case).'
  HelpDirectory = '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 -->
  Win32Path,
  Win64Path

</com:Version>

특성 및 요소

특성

attribute Description 데이터 형식 필수 기본값
VersionNumber 버전 번호의 이름입니다. 마침표로 구분된 1~3개의 영숫자 문자와 1~3개의 영숫자 문자(예: 1.5a)가 뒤따릅니다. Yes
LocaleId 지리적 위치를 나타내는 ID입니다. 숫자 또는 문자 a, , debc또는 f (대문자 또는 소문자)를 포함하는 16진수 형식의 값이 있는 선택적 문자열입니다. No
LibraryFlag LIBFLAGS 열거형의 정수 값입니다. 숫자 또는 문자 a, , debc또는 f (대문자 또는 소문자)를 포함하는 16진수 형식의 값이 있는 선택적 문자열입니다. No
HelpDirectory HELPDIR 하위 키입니다. 시작과 끝에 공백이 아닌 문자가 있는 길이가 1~32767자인 선택적 문자열입니다. No

자식 요소

자식 요소 Description
Win32Path 32비트 형식 라이브러리의 경로입니다.
Win64Path 64비트 형식 라이브러리의 경로입니다.

부모 요소

부모 요소 Description
com:TypeLib 형식 라이브러리를 등록합니다.

설명

Win32Path 또는 Win64Path를 지정해야 하며 둘 다 지정할 수 있습니다. 형식 라이브러리에 대해 32비트 및 64비트 형식을 생성하고 등록하면 32비트 및 64비트 아키텍처의 클라이언트 프로세스에서 인터페이스를 사용하는 경우 성능이 향상될 수 있습니다.

요구 사항

항목
Namespace http://schemas.microsoft.com/appx/manifest/com/windows10
Minimum OS Version Windows 10 버전 1703(빌드 15063)