次の方法で共有


string (StringTableType) 要素

ローカライズされた文字列を定義します。

<xs:element name="string">
    <xs:complexType>
        <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>

文字列要素は、StringTableType 複合型によって定義されます。

属性

名前 説明
id string 文字列テーブル内の文字列を一意に識別する識別子。
stringType string 使用されていません。
value string ローカライズされた文字列。

要件

要件
サポートされている最小のクライアント
Windows Vista [デスクトップ アプリのみ]
サポートされている最小のサーバー
Windows Server 2008 [デスクトップ アプリのみ]

関連項目

親要素

stringTable (LocalizationType)