IVsOutputWindow.DeletePane – metoda (Guid)
Odstraní podokno okna výstupu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int DeletePane(
[InAttribute] ref Guid rguidPane
)
int DeletePane(
[InAttribute] Guid% rguidPane
)
abstract DeletePane :
rguidPane:Guid byref -> int
Function DeletePane (
<InAttribute> ByRef rguidPane As Guid
) As Integer
Parametry
- rguidPane
[v] Identifikátor GUID podokně okna odstranit.
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsOutputWindow::DeletePane(
[in] REFGUID rguidPane
);
Viz také
IVsOutputWindow – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek