Поделиться через


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.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (в Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Синтаксис

'Декларация
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

Параметры

  • iCombo
    Тип: Int32

    The index of the combo.

  • piWidthPercent
    Тип: Int32%

    [out] The width in per cent.

Возвращаемое значение

Тип: Int32
The HRESULT.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsDropdownBarClient3 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен