Aracılığıyla paylaş


MethodInvocationInfo.Parameters Property

Definition

Method parameters.

public:
 property System::Collections::ObjectModel::KeyedCollection<System::String ^, Microsoft::PowerShell::Cmdletization::MethodParameter ^> ^ Parameters { System::Collections::ObjectModel::KeyedCollection<System::String ^, Microsoft::PowerShell::Cmdletization::MethodParameter ^> ^ get(); };
public System.Collections.ObjectModel.KeyedCollection<string,Microsoft.PowerShell.Cmdletization.MethodParameter> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.KeyedCollection<string, Microsoft.PowerShell.Cmdletization.MethodParameter>
Public ReadOnly Property Parameters As KeyedCollection(Of String, MethodParameter)

Property Value

Applies to