VsShellUtilities.GetOutputWindowPane(IServiceProvider, Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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.