BuildTask.GetParameterNames Method

Definition

Gets an array containing the parameter names passed to the task.

public:
 cli::array <System::String ^> ^ GetParameterNames();
public string[] GetParameterNames ();
member this.GetParameterNames : unit -> string[]
Public Function GetParameterNames () As String()

Returns

String[]

An array containing the parameter names passed to the task.

Remarks

The returned array excludes the Condition and ContinueOnError parameters.

If no parameters are passed to the task, this method returns an empty array.

Applies to