XmlPoke Task
Visual Studio 2015
For the latest documentation on Visual Studio 2017, see Visual Studio 2017 Documentation.
For the latest documentation on Visual Studio 2017, see XmlPoke Task on docs.microsoft.com. Sets values as specified by an XPath query into an XML file.
The following table describes the parameters of the XmlPoke task.
| Parameter | Description |
|---|---|
Namespaces | Optional String parameter.Specifies the namespaces for XPath query prefixes. |
Query | Optional String parameter.Specifies the XPath query. |
Value | Required ITaskItem parameter. Specifies the output file. |
XmlInputPath | Optional ITaskItem parameter. Specifies the XML input as a file path. |
In addition to having the parameters that are listed in the table, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension Base Class.
Show: