ITaskFactory.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.
Get the descriptions for all the task's parameters.
public:
cli::array <Microsoft::Build::Framework::TaskPropertyInfo ^> ^ GetTaskParameters();
public Microsoft.Build.Framework.TaskPropertyInfo[] GetTaskParameters ();
abstract member GetTaskParameters : unit -> Microsoft.Build.Framework.TaskPropertyInfo[]
Public Function GetTaskParameters () As TaskPropertyInfo()
Returns
A non-null array of property descriptions.