DROPDOWNENTRYTYPE 枚举

指定组合请求的绘图协议。 使用在 IVsDropdownBarClient 调用。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Public Enumeration DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
public enum class DROPDOWNENTRYTYPE
type DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE

成员

成员名称 说明
ENTRY_ATTR 文本可以具有粗体或斜体/下划线属性 (GetComboAttributes 将调用)
ENTRY_IMAGE 标志符号在项左边绘制 (GetEntryImage 将调用)
ENTRY_TEXT 仅纯文本 (GetEntryText 将调用)

备注

COM 签名

从 textmgr.idl:

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间