Compartir a través de


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

Parámetros

  • piCount
    Tipo: Int32%

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsCodeWindow2 Interfaz

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