TypeAndMemberDropdownBars.GetEntryText 方法

返回为指定的组合框中指定的项中显示的文本。

命名空间:  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 GetEntryText ( _
    combo As Integer, _
    entry As Integer, _
    <OutAttribute> ByRef text As String _
) As Integer
public virtual int GetEntryText(
    int combo,
    int entry,
    out string text
)

参数

  • combo
    类型:System.Int32
    [in] 组合框 (0 类型的组合框, 1 的 ID 成员组合框)。
  • text
    类型:System.String%
    [out] 返回包含文本的字符串将显示在指定项的组合框。,如果项不存在,则返回 nullnull 引用(在 Visual Basic 中为 Nothing) 。

返回值

类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。

实现

IVsDropdownBarClient.GetEntryText(Int32, Int32, String%)

备注

此方法是 GetEntryText 方法的实现。 IVsDropdownBarClient 接口的。

该基方法调用 GetMember 方法检索请求的项。 如果找到该项,基方法返回从项的文本;否则, nullnull 引用(在 Visual Basic 中为 Nothing) 返回。 该基方法始终返回 S_OK成功代码。

.NET Framework 安全性

请参见

参考

TypeAndMemberDropdownBars 类

Microsoft.VisualStudio.Package 命名空间