PSActivity.GetActivityArguments 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.
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