XamlTaskFactory.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 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.