Partager via


IVsSplitter.SetPosition, méthode

Définit la position par rapport à la fenêtre parente.

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

Syntaxe

'Déclaration
Function SetPosition ( _
    iLeft As Integer, _
    iTop As Integer, _
    iRight As Integer, _
    iBottom As Integer _
) As Integer
int SetPosition(
    int iLeft,
    int iTop,
    int iRight,
    int iBottom
)
int SetPosition(
    [InAttribute] int iLeft, 
    [InAttribute] int iTop, 
    [InAttribute] int iRight, 
    [InAttribute] int iBottom
)
abstract SetPosition : 
        iLeft:int * 
        iTop:int * 
        iRight:int * 
        iBottom:int -> int
function SetPosition(
    iLeft : int, 
    iTop : int, 
    iRight : int, 
    iBottom : int
) : int

Paramètres

  • iLeft
    Type : Int32

    [in] le côté gauche.

  • iTop
    Type : Int32

    [in] le haut.

  • iRight
    Type : Int32

    [in] le côté droit.

  • iBottom
    Type : Int32

    [in] le bas.

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::SetPosition(
   [in] long iLeft,
   [in] long iTop,
   [in] long iRight,
   [in] long iBottom
);

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitter Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms