C# Класс Microsoft.Build.Logging.StructuredLogger.OutputProperty

Class representation of a task output property.
Наследование: Microsoft.Build.Logging.StructuredLogger.TaskParameter
Показать файл Открыть проект

Открытые методы

Метод Описание
OutputProperty ( string message, string prefix )

Initializes a new instance of the OutputProperty class.

Описание методов

OutputProperty() публичный Метод

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): ').