IVsDropdownBarClient3.GetEntryImage - метод
The successor to the GetEntryImage method. This method also returns the image list. If this method returns a non-zero result, the dropdown bar calls GetEntryImage instead.
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (в Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Синтаксис
'Декларация
Function GetEntryImage ( _
iCombo As Integer, _
iIndex As Integer, _
<OutAttribute> ByRef piImageIndex As Integer, _
<OutAttribute> ByRef phImageList As IntPtr _
) As Integer
int GetEntryImage(
int iCombo,
int iIndex,
out int piImageIndex,
out IntPtr phImageList
)
int GetEntryImage(
[InAttribute] int iCombo,
[InAttribute] int iIndex,
[OutAttribute] int% piImageIndex,
[OutAttribute] IntPtr% phImageList
)
abstract GetEntryImage :
iCombo:int *
iIndex:int *
piImageIndex:int byref *
phImageList:IntPtr byref -> int
function GetEntryImage(
iCombo : int,
iIndex : int,
piImageIndex : int,
phImageList : IntPtr
) : int
Параметры
iCombo
Тип: Int32The index of the combo box.
iIndex
Тип: Int32The index of the item.
piImageIndex
Тип: Int32%[out] The index of the image.
phImageList
Тип: IntPtr%[out] The pointer to the image list.
Возвращаемое значение
Тип: Int32
The HRESULT.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IVsDropdownBarClient3 Интерфейс
Microsoft.VisualStudio.TextManager.Interop - пространство имен