String.Content property
Represents the content of a string resource.
Usage
<String.Content/>
Attributes
There are no attributes.
Child elements
There are no child elements.
Parent elements
Element |
---|
String |
Remarks
Optional.
May occur at most once for each String element.
This element contains a value of type xs:string. The value is constrained to a string composed of any sequence of characters, including white space and line-break characters.
The maximum length is unbounded.
Examples
The following example demonstrates the markup for a Command.LabelTitle element with a String.Content declaration.
<Command.LabelTitle>
<String>
<String.Content>Label for Save</String.Content>
<String.Id>59999</String.Id>
<String.Symbol>strSave</String.Symbol>
</String>
</Command.LabelTitle>
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |