Compartir a través de


IVsDropdownBarClient3.GetComboWidth (Método)

Gets the width of the column by percent. If all the columns return 0, the default width is used. The value should be between 0 and 100.

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

Sintaxis

'Declaración
Function GetComboWidth ( _
    iCombo As Integer, _
    <OutAttribute> ByRef piWidthPercent As Integer _
) As Integer
int GetComboWidth(
    int iCombo,
    out int piWidthPercent
)
int GetComboWidth(
    [InAttribute] int iCombo, 
    [OutAttribute] int% piWidthPercent
)
abstract GetComboWidth : 
        iCombo:int * 
        piWidthPercent:int byref -> int
function GetComboWidth(
    iCombo : int, 
    piWidthPercent : int
) : int

Parámetros

  • iCombo
    Tipo: Int32

    The index of the combo.

  • piWidthPercent
    Tipo: Int32%

    [out] The width in per cent.

Valor devuelto

Tipo: Int32
The HRESULT.

Seguridad de .NET Framework

Vea también

Referencia

IVsDropdownBarClient3 Interfaz

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