ArgumentCompletionsAttribute(String[]) Constructor
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.
Initializes a new instance of the ArgumentCompletionsAttribute class.
public:
ArgumentCompletionsAttribute(... cli::array <System::String ^> ^ completions);
public ArgumentCompletionsAttribute (params string[] completions);
new System.Management.Automation.ArgumentCompletionsAttribute : string[] -> System.Management.Automation.ArgumentCompletionsAttribute
Public Sub New (ParamArray completions As String())
Parameters
- completions
- String[]
List of complete values.
Exceptions
For null arguments.
For invalid arguments.