다음을 통해 공유


DROPDOWNENTRYTYPE Enumeration

Specifies the drawing protocol requested for a combo. Used in IVsDropdownBarClient calls.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

‘선언
Public Enumeration DROPDOWNENTRYTYPE
‘사용 방법
Dim instance As DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE
public enum class DROPDOWNENTRYTYPE
type DROPDOWNENTRYTYPE
public enum DROPDOWNENTRYTYPE

Members

Member name Description
ENTRY_TEXT plain text only (GetEntryText will be called)
ENTRY_ATTR Text that may have bold/italic/underline attributes (GetComboAttributes will be called)
ENTRY_IMAGE A glyph is drawn to the left of the entries (GetEntryImage will be called)

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace