CmdletProvider.StartDynamicParameters Method

Definition

Gets an object that defines the additional parameters for the Start implementation for a provider.

protected virtual object StartDynamicParameters ();
Returns

Overrides of this method should return an object that has properties and fields decorated with parsing attributes similar to a cmdlet class or a RuntimeDefinedParameterDictionary.

        The default implemenation returns null. (no additional parameters)