Partager via


IVsSplitPane.GetSizeExtents, méthode

Retours minimum et valeurs de taille maximale autorisée ce volet.

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

Syntaxe

'Déclaration
Function GetSizeExtents ( _
    <OutAttribute> ByRef piMinHorz As Integer, _
    <OutAttribute> ByRef piMaxHorz As Integer, _
    <OutAttribute> ByRef piMinVert As Integer, _
    <OutAttribute> ByRef piMaxVert As Integer _
) As Integer
int GetSizeExtents(
    out int piMinHorz,
    out int piMaxHorz,
    out int piMinVert,
    out int piMaxVert
)
int GetSizeExtents(
    [OutAttribute] int% piMinHorz, 
    [OutAttribute] int% piMaxHorz, 
    [OutAttribute] int% piMinVert, 
    [OutAttribute] int% piMaxVert
)
abstract GetSizeExtents : 
        piMinHorz:int byref * 
        piMaxHorz:int byref * 
        piMinVert:int byref * 
        piMaxVert:int byref -> int
function GetSizeExtents(
    piMinHorz : int, 
    piMaxHorz : int, 
    piMinVert : int, 
    piMaxVert : int
) : int

Paramètres

  • piMinHorz
    Type : Int32%

    [] la taille minimale horizontale.

  • piMaxHorz
    Type : Int32%

    [] la taille horizontale maximale.

  • piMinVert
    Type : Int32%

    [] la taille verticale minimale.

  • piMaxVert
    Type : Int32%

    [] la taille verticale maximale.

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::GetSizeExtents(
   [out] long *piMinHorz,
   [out] long *piMaxHorz,
   [out] long *piMinVert,
   [out] long *piMaxVert
);

il permet E_NOTIMPL ; 0 et plein écran sont des valeurs par défaut.

Sécurité .NET Framework

Voir aussi

Référence

IVsSplitPane Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms