Compartir a través de


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

Parámetros

  • iIndex
    Tipo: Int32

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsCodeWindow2 Interfaz

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