Compartir a través de


IVsCodeWindowEvents2.OnCloseEmbeddedCodeWindow (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.12.0 (en Microsoft.VisualStudio.TextManager.Interop.12.0.dll)

Sintaxis

'Declaración
Function OnCloseEmbeddedCodeWindow ( _
    pCodeWindow As IVsCodeWindow _
) As Integer
int OnCloseEmbeddedCodeWindow(
    IVsCodeWindow pCodeWindow
)
int OnCloseEmbeddedCodeWindow(
    [InAttribute] IVsCodeWindow^ pCodeWindow
)
abstract OnCloseEmbeddedCodeWindow : 
        pCodeWindow:IVsCodeWindow -> int
function OnCloseEmbeddedCodeWindow(
    pCodeWindow : IVsCodeWindow
) : int

Parámetros

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsCodeWindowEvents2 Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)