Applies the XSL transformation specified in /outXsl to the analysis report before saving the file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ApplyOutXsl As Boolean |
| C# |
|---|
| public bool ApplyOutXsl { get; set; } |
| C++ |
|---|
| public property bool ApplyOutXsl sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_ApplyOutXsl(); /** property */ public void set_ApplyOutXsl(bool value); |
| JScript |
|---|
| public function get ApplyOutXsl() : bool public function set ApplyOutXsl(value : bool); |
See Also
Documentation version 1.0.0.0.