XamlTaskFactory.GetTaskParameters Method

Definition

Get a list of parameters for the task.

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

The type information.

Implements

Applies to