ScriptBlock Element for ItemSelectionCondition for GroupBy
Specifies the script that triggers the condition. When this script is evaluated to true
, the
condition is met, and the control is used. This element is used when defining how a new group of
objects is displayed.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- GroupBy Element
- CustomControl Element
- CustomEntries Element
- CustomEntry Element
- CustomItem Element
- ExpressionBinding Element
- ItemSelectionCondition Element
- ScriptBlock Element
Syntax
<ScriptBlock>ScriptToEvaluate</ScriptBlock>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the
ScriptBlock
element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
---|---|
ItemSelectionCondition Element for ExpressionBinding for GroupBy | Defines the condition that must exist for this control to be used. |
Text Value
Specify the script that is evaluated.
Remarks
If this element is used, you cannot specify the PropertyName element when defining the selection condition.
See Also
ItemSelectionCondition Element for ExpressionBinding for GroupBy
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
PowerShell