StringTableType 複雜類型
定義您可以在資訊清單中參考的當地語系化字串清單。
<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>
子元素
屬性
名称 |
類型 |
描述 |
id |
string |
可唯一識別字串資料表內字串的識別碼。 例如,「Printer.Connection」。
|
stringType |
string |
未使用。
|
value |
字串 |
當地語系化字串。
|
您可以從包含訊息屬性的任何資訊清單類型參考字串。 若要參考字串類型為 「string」 和 「Printer.Connection」 的識別碼,請使用 $ (字串。Printer.Connection) 為訊息屬性的值。
規格需求
需求 |
值 |
最低支援的用戶端
|
Windows Vista [僅限傳統型應用程式]
|
最低支援的伺服器
|
Windows Server 2008 [僅限傳統型應用程式]
|