C# Class Microsoft.VisualStudio.Project.IDEBuildLogger.OutputQueueEntry

Show file Open project: X-Sharp/XSharpPublic

Public Properties

Property Type Description
Message string
Pane IVsOutputWindowPane

Public Methods

Method Description
OutputQueueEntry ( string message, IVsOutputWindowPane pane ) : System

Method Details

OutputQueueEntry() public method

public OutputQueueEntry ( string message, IVsOutputWindowPane pane ) : System
message string
pane IVsOutputWindowPane
return System

Property Details

Message public property

public string Message
return string

Pane public property

public IVsOutputWindowPane Pane
return IVsOutputWindowPane