Compartir a través de


IVsSplitRoot.GetPane (Método)

Obtiene el panel dividido.

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

Sintaxis

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

Parámetros

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 IVsSplitRoot::GetPane(
   [in] PANETYPE paneType,
   [out] IVsSplitPane **ppPane
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSplitRoot Interfaz

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