TypeAndMemberDropdownBars.GetEntryImage 方法
返回指定项的标志符号索引在指定的组合框。
命名空间: Microsoft.VisualStudio.Package
程序集: Microsoft.VisualStudio.Package.LanguageService.11.0(在 Microsoft.VisualStudio.Package.LanguageService.11.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.10.0(在 Microsoft.VisualStudio.Package.LanguageService.10.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService.9.0(在 Microsoft.VisualStudio.Package.LanguageService.9.0.dll 中)
Microsoft.VisualStudio.Package.LanguageService(在 Microsoft.VisualStudio.Package.LanguageService.dll 中)
语法
声明
Public Overridable Function GetEntryImage ( _
combo As Integer, _
entry As Integer, _
<OutAttribute> ByRef imgIndex As Integer _
) As Integer
public virtual int GetEntryImage(
int combo,
int entry,
out int imgIndex
)
参数
- combo
类型:System.Int32
[in] 组合框 (0 类型的组合框, 1 的 ID 成员组合框)。
- entry
类型:System.Int32
[in] 项索引访问图像索引。
- imgIndex
类型:System.Int32%
[out] 返回该图像的索引列表中指定项的标志符号。返回 -1; 如果没有标志符号或项不存在。
返回值
类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。
实现
IVsDropdownBarClient.GetEntryImage(Int32, Int32, Int32%)
备注
图像列表图像索引适用于 IImageList 对象传递给 TypeAndMemberDropdownBars 类构造函数。
此方法是 GetEntryImage 方法的实现。 IVsDropdownBarClient 接口的。
该基方法调用 GetMember 方法检索请求的项。 如果找到该项,基方法返回从项的图像索引;否则, a-1 返回。 该基方法始终返回 S_OK成功代码。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。