Microsoft.VisualStudio.Project.IDEBuildLogger.OutputQueueEntry.OutputQueueEntry C# (CSharp) Method

OutputQueueEntry() public method

public OutputQueueEntry ( string message, IVsOutputWindowPane pane ) : System
message string
pane IVsOutputWindowPane
return System
            public OutputQueueEntry(string message, IVsOutputWindowPane pane) {
                Message = message;
                Pane = pane;
            }
        }
IDEBuildLogger.OutputQueueEntry