PSActivity.GetActivityArguments Method
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.
C++
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)
All of the default arguments from the type and its parents
Производ | Верзије |
---|---|
Windows PowerShell | 5.1.0.0 |