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 | 圖像 (glyph) 繪製至左邊的項目 (GetEntryImage就會呼叫) | |
ENTRY_TEXT | 純文字 (GetEntryText就會呼叫) |
備註
COM 簽章
從 textmgr.idl: