Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008
The text element, when used within the presentation element, is a localized string displayed within the parameter box by the Group Policy Management Console (GPMC) or the Local Group Policy Editor.
Syntax
<text>Placeholder string text</text>
where Placeholder string text is a character string localized for a specific language.
Attributes
There are no attributes associated with this element.
Child elements
There are no child elements associated with this element.
Examples
This XML fragment is an example of using the text element to provide additional help text above the spin control parameter.
<presentation id="Sample_NumericText">
<text>These are optional lines of text that provide</text>
<text>additional help text within the parameter display.</text>
<text> </text>
<decimalTextBox refId="Sample_NumericTextLabel">Spin box label:</decimalTextBox>
</presentation>