Compartir a través de


IVsSplitter.GetSizeExtents (Método)

devuelve los mínimos y los máximos para este panel (se permiteE_NOTIMPL ; 0 y la pantalla completa es valores predeterminados).

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • piMinHorz
    Tipo: Int32%

    [out] El tamaño mínimo horizontal.

  • piMaxHorz
    Tipo: Int32%

    [out] el tamaño horizontal máximo.

  • piMinVert
    Tipo: Int32%

    [out] el tamaño vertical mínimo.

  • piMaxVert
    Tipo: Int32%

    [out] el tamaño vertical máximo.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsSplitter::GetSizeExtents(
   [out] long *piMinHorz,
   [out] long *piMaxHorz,
   [out] long *piMinVert,
   [out] long *piMaxVert
);

Seguridad de .NET Framework

Vea también

Referencia

IVsSplitter Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)