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

Mostra 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_oe property

public string Message
return string

Pane public_oe property

public IVsOutputWindowPane Pane
return IVsOutputWindowPane