IVsSplitRoot.GetPane, méthode

Obtient le volet fractionné.

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

Syntaxe

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

Paramètres

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

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitRoot Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms