CustomEntryBuilder.AddCustomControlExpressionBinding Method

Definition

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

Returns

Applies to