String 元素
表示字串資源。
使用方式
<String
Content = "xs:string"
Id = "xs:positiveInteger or xs:string"
Symbol = "xs:string">
child elements
</String>
屬性
屬性 | 類型 | 必要 | 描述 |
---|---|---|---|
內容 |
xs:string |
No |
|
Id |
xs:positiveInteger 或 xs:string |
No |
唯一的資源識別碼。 最大長度為 10 個字元,包括選擇性的前置零。 |
符號 |
xs:string |
No |
字串的資源符號。 最大長度為 100 個字元。 |
子元素
元素 | 描述 |
---|---|
String.Content |
最多可能發生一次 |
String.Id |
最多可能發生一次 |
String.Symbol |
最多可能發生一次 |
父元素
元素 |
---|
Command.Keytip |
Command.LabelDescription |
Command.LabelTitle |
Command.TooltipDescription |
Command.TooltipTitle |
備註
選擇性。
每個Command.LabelTitle、Command.LabelDescription、Command.Keytip、Command.TooltipTitle 或 Command.TooltipDescription元素最多可能會發生一次。
字串定義會新增至功能區標頭檔,例如 #define strSave 59999
。
如果未宣告任何名稱,則字串會新增至功能區資源檔中的字串資料表,其中功能區架構會產生名稱和識別碼。
範例
下列範例示範具有String宣告之Command.LabelTitle元素的標記。
<Command.LabelTitle>
<String>
<String.Content>Label for Save</String.Content>
<String.Id>59999</String.Id>
<String.Symbol>strSave</String.Symbol>
</String>
</Command.LabelTitle>
項目資訊
- 最低支援系統:Windows 7
- 可以是空的:否