CustomControlBuilder.GroupByScriptBlock(String, CustomControl, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Group instances by the script block expression with an optional label.
public System.Management.Automation.CustomControlBuilder GroupByScriptBlock (string scriptBlock, System.Management.Automation.CustomControl customControl = default, string label = default);
member this.GroupByScriptBlock : string * System.Management.Automation.CustomControl * string -> System.Management.Automation.CustomControlBuilder
Public Function GroupByScriptBlock (scriptBlock As String, Optional customControl As CustomControl = Nothing, Optional label As String = Nothing) As CustomControlBuilder
Parameters
- scriptBlock
- String
- customControl
- CustomControl
- label
- String