CommandInfo.Parameters Property
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.
Return the parameters for this command.
public:
virtual property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::ParameterMetadata ^> ^ Parameters { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::ParameterMetadata ^> ^ get(); };
public virtual System.Collections.Generic.Dictionary<string,System.Management.Automation.ParameterMetadata> Parameters { get; }
member this.Parameters : System.Collections.Generic.Dictionary<string, System.Management.Automation.ParameterMetadata>
Public Overridable ReadOnly Property Parameters As Dictionary(Of String, ParameterMetadata)