Gets or sets the path of the xsl transformation file to apply.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Required> Public Property Xsl As ITaskItem |
| C# |
|---|
| [Required] public ITaskItem Xsl { get; set; } |
| C++ |
|---|
| [Required] public property ITaskItem Xsl sealed { ITaskItem get(); void set(ITaskItem value); } |
| J# |
|---|
| /** @attribute Required() */ /** property */ public ITaskItem get_Xsl(); /** property */ public void set_Xsl(ITaskItem value); |
| JScript |
|---|
| public function get Xsl() : ITaskItem public function set Xsl(value : ITaskItem); |
Remarks
The property can be given any number of metadata, which will be handed to the xsl transformation as parameters.
See Also
Documentation version 1.0.0.0.