매니페스트에서 참조할 수 있는 지역화된 문자열 목록을 정의합니다.
<xs:complexType name="StringTableType">
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="string">
<xs:complexType
mixed="true"
>
<xs:attribute name="id"
type="string"
use="required"
/>
<xs:attribute name="value"
type="string"
use="required"
/>
<xs:attribute name="stringType"
type="string"
use="optional"
/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:anyAttribute
processContents="lax"
namespace="##other"
/>
</xs:complexType>
자식 요소
| 요소 |
Type |
Description |
|
문자열 |
|
지역화된 문자열을 정의합니다.
|
특성
| 이름 |
형식 |
Description |
| id |
문자열 |
문자열 테이블 내의 문자열을 고유하게 식별하는 식별자입니다. 예를 들어 "Printer.Connection"입니다.
|
| stringType |
문자열 |
사용되지 않습니다.
|
| 값 |
문자열 |
지역화된 문자열입니다.
|
메시지 특성을 포함하는 매니페스트 형식에서 문자열을 참조할 수 있습니다. stringType이 "string"이고 ID가 "Printer.Connection"인 문자열을 참조하려면 $(string)를 사용합니다. Printer.Connection)을 메시지 특성의 값으로 사용합니다.
요구 사항
| 요구 사항 |
값 |
지원되는 최소 클라이언트
|
Windows Vista [데스크톱 앱만 해당]
|
지원되는 최소 서버
|
Windows Server 2008 [데스크톱 앱만 해당]
|