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

Afficher le fichier Open project: X-Sharp/XSharpPublic

Méthodes publiques

Свойство Type Description
Message string
Pane IVsOutputWindowPane

Méthodes publiques

Méthode Description
OutputQueueEntry ( string message, IVsOutputWindowPane pane ) : System

Method Details

OutputQueueEntry() public méthode

public OutputQueueEntry ( string message, IVsOutputWindowPane pane ) : System
message string
pane IVsOutputWindowPane
Résultat System

Property Details

Message public_oe property

public string Message
Résultat string

Pane public_oe property

public IVsOutputWindowPane Pane
Résultat IVsOutputWindowPane