Partilhar via


Método IVsDropdownBarClient3.GetComboWidth

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.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (em Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Int32
The HRESULT.

Segurança do .NET Framework

Consulte também

Referência

IVsDropdownBarClient3 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop