CmdletExtensions.SetBoundParameters 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 static void SetBoundParameters (this System.Management.Automation.PSCmdlet cmdlt, System.Collections.Generic.IDictionary<string,object> parameters);
static member SetBoundParameters : System.Management.Automation.PSCmdlet * System.Collections.Generic.IDictionary<string, obj> -> unit
<Extension()>
Public Sub SetBoundParameters (cmdlt As PSCmdlet, parameters As IDictionary(Of String, Object))
Parameters
- cmdlt
- PSCmdlet
- parameters
- IDictionary<String,Object>