IVsOutputWindowPane2 Interface

Définition

Écrit une chaîne dans la fenêtre de sortie et crée également une entrée dans la liste d'erreurs.

public interface class IVsOutputWindowPane2
public interface class IVsOutputWindowPane2
__interface IVsOutputWindowPane2
[System.Runtime.InteropServices.Guid("4A65481B-49CF-4FCB-A891-32AE435EC941")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsOutputWindowPane2
[<System.Runtime.InteropServices.Guid("4A65481B-49CF-4FCB-A891-32AE435EC941")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsOutputWindowPane2 = interface
Public Interface IVsOutputWindowPane2
Attributs

Remarques

Cela <xref:Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane.OutputTaskItemStringEx> s’étend en permettant à l’appelant de fournir des valeurs de colonne et de projet, qui sont utilisées pour remplir les colonnes correspondantes dans le liste d’erreurs.

Méthodes

OutputTaskItemStringEx2(String, VSTASKPRIORITY, VSTASKCATEGORY, String, Int32, String, UInt32, UInt32, String, String, String)

Ajoute une chaîne à la fenêtre Sortie et un élément correspondant à la liste des erreurs.

S’applique à