TypeAndMemberDropdownBars.GetEntryAttributes 方法
返回指定项的字体属性中指定的组合框。
命名空间: 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 GetEntryAttributes ( _
combo As Integer, _
entry As Integer, _
<OutAttribute> ByRef fontAttrs As UInteger _
) As Integer
public virtual int GetEntryAttributes(
int combo,
int entry,
out uint fontAttrs
)
参数
- combo
类型:System.Int32
[in] 组合框 (0 类型的组合框, 1 的 ID 成员组合框)。
- entry
类型:System.Int32
[in] 项索引获取属性。
- fontAttrs
类型:System.UInt32%
[out] 返回标志的集合。 DROPDOWNFONTATTR 枚举的请求的项。
返回值
类型:System.Int32
如果成功,则返回; S_OK否则,返回错误代码。
实现
IVsDropdownBarClient.GetEntryAttributes(Int32, Int32, UInt32%)
备注
此方法是 GetEntryAttributes 方法的实现。 IVsDropdownBarClient 接口的。
该基方法调用 GetMember 方法检索请求的项。 如果找到该项,基方法返回从项的字体属性;否则, FONTATTR_PLAIN 返回作为字体属性。 该基方法始终返回 S_OK成功代码。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。