WideControlBuilder.AddScriptBlockEntry 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.
public System.Management.Automation.WideControlBuilder AddScriptBlockEntry (string scriptBlock, string format = default, System.Collections.Generic.IEnumerable<string> entrySelectedByType = default, System.Collections.Generic.IEnumerable<System.Management.Automation.DisplayEntry> entrySelectedByCondition = default);
member this.AddScriptBlockEntry : string * string * seq<string> * seq<System.Management.Automation.DisplayEntry> -> System.Management.Automation.WideControlBuilder
Public Function AddScriptBlockEntry (scriptBlock As String, Optional format As String = Nothing, Optional entrySelectedByType As IEnumerable(Of String) = Nothing, Optional entrySelectedByCondition As IEnumerable(Of DisplayEntry) = Nothing) As WideControlBuilder
Parameters
- scriptBlock
- String
- format
- String
- entrySelectedByType
- IEnumerable<String>
- entrySelectedByCondition
- IEnumerable<DisplayEntry>