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
Тип: Int32The index of the combo.
piWidthPercent
Тип: Int32%[out] The width in per cent.
Возвращаемое значение
Тип: Int32
The HRESULT.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IVsDropdownBarClient3 Интерфейс
Microsoft.VisualStudio.TextManager.Interop - пространство имен