Partager via


IVsSplitter.GetPane, méthode

Retourne le volet indiqué.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iIndex
    Type : Int32

    [in] l'index du volet. iIndex peut être 0 (primaire) ou 1 (secondaire)

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitter Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms