CodeTaskFactory.GetTaskParameters Method

Definition

Gets the type information for all task parameters.

public:
 virtual cli::array <Microsoft::Build::Framework::TaskPropertyInfo ^> ^ GetTaskParameters();
public Microsoft.Build.Framework.TaskPropertyInfo[] GetTaskParameters ();
abstract member GetTaskParameters : unit -> Microsoft.Build.Framework.TaskPropertyInfo[]
override this.GetTaskParameters : unit -> Microsoft.Build.Framework.TaskPropertyInfo[]
Public Function GetTaskParameters () As TaskPropertyInfo()

Returns

An array of the type information for all task parameters.

Implements

Applies to