CustomEntryBuilder.AddCustomControlExpressionBinding 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.CustomEntryBuilder AddCustomControlExpressionBinding (System.Management.Automation.CustomControl customControl, bool enumerateCollection = false, string selectedByType = default, string selectedByScript = default);
member this.AddCustomControlExpressionBinding : System.Management.Automation.CustomControl * bool * string * string -> System.Management.Automation.CustomEntryBuilder
Public Function AddCustomControlExpressionBinding (customControl As CustomControl, Optional enumerateCollection As Boolean = false, Optional selectedByType As String = Nothing, Optional selectedByScript As String = Nothing) As CustomEntryBuilder
Parameters
- customControl
- CustomControl
- enumerateCollection
- Boolean
- selectedByType
- String
- selectedByScript
- String