Exec.ConsoleOutput Property
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.
Returns the output as an Item. Whitespace are trimmed. ConsoleOutput is enabled when ConsoleToMSBuild is true. This avoids holding lines in memory if they aren't used. ConsoleOutput is a combination of stdout and stderr.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ConsoleOutput { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ConsoleOutput { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] ConsoleOutput { get; }
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] ConsoleOutput { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.ConsoleOutput : Microsoft.Build.Framework.ITaskItem[]
[<Microsoft.Build.Framework.Output>]
member this.ConsoleOutput : Microsoft.Build.Framework.ITaskItem[] with get, set
Public ReadOnly Property ConsoleOutput As ITaskItem()
Public Property ConsoleOutput As ITaskItem()
Property Value
Returns ITaskItem.
- Attributes