Microsoft.VisualStudio.Project.IDEBuildLogger.OutputQueueEntry.OutputQueueEntry C# (CSharp) Méthode

OutputQueueEntry() public méthode

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