Directs analysis output to the console or to the Output window in Visual Studio .NET. By default, the XSL file FxCopConsoleOutput.xsl is applied to the output before it is displayed.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property DirectOutputToConsole As Boolean |
C# |
---|
public bool DirectOutputToConsole { get; set; } |
C++ |
---|
public property bool DirectOutputToConsole sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_DirectOutputToConsole(); /** property */ public void set_DirectOutputToConsole(bool value); |
JScript |
---|
public function get DirectOutputToConsole() : bool public function set DirectOutputToConsole(value : bool); |
See Also
Documentation version 1.0.0.0.