Compartir a través de


IVsSplitter.GetPane (Método)

devuelve el panel indicado.

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

Sintaxis

'Declaración
Function GetPane ( _
    iIndex As Integer, _
    <OutAttribute> ByRef ppPane As IVsSplitPane _
) As Integer
int GetPane(
    int iIndex,
    out IVsSplitPane ppPane
)
int GetPane(
    [InAttribute] int iIndex, 
    [OutAttribute] IVsSplitPane^% ppPane
)
abstract GetPane : 
        iIndex:int * 
        ppPane:IVsSplitPane byref -> int
function GetPane(
    iIndex : int, 
    ppPane : IVsSplitPane
) : int

Parámetros

  • iIndex
    Tipo: Int32

    [in] El índice del panel. iIndex puede ser 0 (primario) o 1 (secundario)

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsSplitter::GetPane([in] long iIndex, [out] IVsSplitPane **ppPane);

Seguridad de .NET Framework

Vea también

Referencia

IVsSplitter Interfaz

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