PSActivity.GetActivityArguments Method

Definition

Retrievs all of the default arguments from the type and its parents.

protected:
 System::Collections::Generic::IEnumerable<Microsoft::PowerShell::Activities::PSActivityArgumentInfo ^> ^ GetActivityArguments();
protected System.Collections.Generic.IEnumerable<Microsoft.PowerShell.Activities.PSActivityArgumentInfo> GetActivityArguments ();
member this.GetActivityArguments : unit -> seq<Microsoft.PowerShell.Activities.PSActivityArgumentInfo>
Protected Function GetActivityArguments () As IEnumerable(Of PSActivityArgumentInfo)

Returns

All of the default arguments from the type and its parents

Applies to