CmdletProvider.StartDynamicParameters 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.
Gets an object that defines the additional parameters for the Start implementation for a provider.
protected:
virtual System::Object ^ StartDynamicParameters();
protected:
virtual Platform::Object ^ StartDynamicParameters();
virtual winrt::Windows::Foundation::IInspectable StartDynamicParameters();
protected virtual object StartDynamicParameters ();
abstract member StartDynamicParameters : unit -> obj
override this.StartDynamicParameters : unit -> obj
Protected Overridable Function StartDynamicParameters () As Object
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 implementation returns null. (no additional parameters)