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.
<SelectElement> element searches for a named control on an HTML page, and returns or reverses its value. This topic describes the elements of <SelectElement>
<SelectElement> syntax
The following code snippet shows how <SelectElement> is used:
<SelectElement name="control name">
Search Path Elements
</SelectElement>
Elements of <SelectElement>
The following table describes the elements of the <SelectElement> tag.
| Element | Description |
|---|---|
FindControl |
Returns True or False depending on whether the control can be found on the user interface (UI). |
GetControlValue |
Returns the selected item(s), as a comma-separated list. |
SetControlValue |
Inverts the selection status of the first matching item in the list. This clears the entire selection when the provided set text is empty. |
ExecuteControlAction |
For single-selection modes, this inverts the selection status of the current selection. For multi-selection modes, it adds the next unselected item to the current selection |
See Also
Concepts
WebDDA
Use data driven adapters (DDAs)
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.