Partager via


IVsSplitPane.GetPosition, méthode

Obtient la position du volet.

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

Syntaxe

'Déclaration
Function GetPosition ( _
    <OutAttribute> ByRef piLeft As Integer, _
    <OutAttribute> ByRef piTop As Integer, _
    <OutAttribute> ByRef piRight As Integer, _
    <OutAttribute> ByRef piBottom As Integer _
) As Integer
int GetPosition(
    out int piLeft,
    out int piTop,
    out int piRight,
    out int piBottom
)
int GetPosition(
    [OutAttribute] int% piLeft, 
    [OutAttribute] int% piTop, 
    [OutAttribute] int% piRight, 
    [OutAttribute] int% piBottom
)
abstract GetPosition : 
        piLeft:int byref * 
        piTop:int byref * 
        piRight:int byref * 
        piBottom:int byref -> int
function GetPosition(
    piLeft : int, 
    piTop : int, 
    piRight : int, 
    piBottom : int
) : int

Paramètres

  • piLeft
    Type : Int32%

    [] le côté gauche du volet.

  • piTop
    Type : Int32%

    [] le haut du volet.

  • piRight
    Type : Int32%

    [] le côté droit du volet.

  • piBottom
    Type : Int32%

    [] le bas du volet.

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 IVsSplitPane::GetPosition(
   [out] long *piLeft,
   [out] long *piTop,
   [out] long *piRight,
   [out] long *piBottom
);

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitPane Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms