Condividi tramite


Elemento string (StringTableType)

Definisce una stringa localizzata.

<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>

L'elemento stringa è definito dal tipo complesso StringTableType .

Attributi

Nome Tipo Descrizione
id string Identificatore che identifica in modo univoco la stringa all'interno della tabella di stringhe.
stringType string Non usato.
Valore string Stringa localizzata.

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista [solo app desktop]
Server minimo supportato
Windows Server 2008 [solo app desktop]

Vedi anche

Elemento padre

stringTable (LocalizationType)