Aracılığıyla paylaş


IVsOutputWindow.GetPane Yöntem (Guid, IVsOutputWindowPane)

 

Output penceresi bölmesi tanımlayıcı GUID verir.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

int GetPane(
    [InAttribute] ref Guid rguidPane,
    out IVsOutputWindowPane ppPane
)
int GetPane(
    [InAttribute] Guid% rguidPane,
    [OutAttribute] IVsOutputWindowPane^% ppPane
)
abstract GetPane : 
        rguidPane:Guid byref *
        ppPane:IVsOutputWindowPane byref -> int
Function GetPane (
    <InAttribute> ByRef rguidPane As Guid,
    <OutAttribute> ByRef ppPane As IVsOutputWindowPane
) As Integer

Parametreler

  • rguidPane
    [in] Output penceresi bölmesi tanımlar.
  • ppPane
    [Çıkış] İşaretçi IVsOutputWindowPane istenen çıkış pencere bölmesi.Döndürür null istenen bölmesi yoksa.

Dönüş Değeri

Type: System.Int32

Yöntem başarılı olursa, verir S_OK.Başarısız olursa, bir hata kodu döndürür.

Notlar

com imzası

Vsshell.idl:

HRESULT IVsOutputWindow::GetPane(
   [in] REFGUID rguidPane,
   [out] IVsOutputWindowPane **ppPane
);

IVsOutputWindowPane Arabirimi belirli çýktý penceresi bölmesi işlemek VSPackage sağlar.

Ayrıca bkz.

IVsOutputWindow Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön