C# Class Microsoft.Build.Logging.StructuredLogger.OutputProperty

Class representation of a task output property.
Inheritance: Microsoft.Build.Logging.StructuredLogger.TaskParameter
Mostra file Open project: enricosada/sln

Public Methods

Method Description
OutputProperty ( string message, string prefix )

Initializes a new instance of the OutputProperty class.

Method Details

OutputProperty() public method

Initializes a new instance of the OutputProperty class.
public OutputProperty ( string message, string prefix )
message string The message from the logger..
prefix string The prefix string (e.g. 'Output Item(s): ').