VsShellUtilities.GetOutputWindowPane(IServiceProvider, Guid) Méthode

Définition

Obtient le volet de la fenêtre Sortie spécifié par le GUID.

public:
 static Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ GetOutputWindowPane(IServiceProvider ^ serviceProvider, Guid guidPane);
public static Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane GetOutputWindowPane (IServiceProvider serviceProvider, Guid guidPane);
static member GetOutputWindowPane : IServiceProvider * Guid -> Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
Public Shared Function GetOutputWindowPane (serviceProvider As IServiceProvider, guidPane As Guid) As IVsOutputWindowPane
Public Function GetOutputWindowPane (serviceProvider As IServiceProvider, guidPane As Guid) As IVsOutputWindowPane

Paramètres

serviceProvider
IServiceProvider

Fournisseur de services.

guidPane
Guid

GUID du volet.

Retours

IVsOutputWindowPane

Référence à une interface IVsOutputWindowPane.

Remarques

Pour plus d’informations sur les fenêtres de sortie, consultez extension du fenêtre Sortie. Pour obtenir les GUID relatifs à la fenêtre sortie, consultez GUID IDE.

S’applique à