CodeTaskFactory.GetTaskParameters Method
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.
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.