Compartir a través de


IVsCodeWindow2.GetContainingCodeWindow (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 GetContainingCodeWindow ( _
    <OutAttribute> ByRef ppCodeWindow As IVsCodeWindow _
) As Integer
int GetContainingCodeWindow(
    out IVsCodeWindow ppCodeWindow
)
int GetContainingCodeWindow(
    [OutAttribute] IVsCodeWindow^% ppCodeWindow
)
abstract GetContainingCodeWindow : 
        ppCodeWindow:IVsCodeWindow byref -> int
function GetContainingCodeWindow(
    ppCodeWindow : IVsCodeWindow
) : int

Parámetros

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsCodeWindow2 Interfaz

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