C# 클래스 Microsoft.Build.Logging.StructuredLogger.OutputProperty

Class representation of a task output property.
상속: Microsoft.Build.Logging.StructuredLogger.TaskParameter
파일 보기 프로젝트 열기: enricosada/sln

공개 메소드들

메소드 설명
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): ').