StandardGlyphGroup Enumeration

Describes the different types of glyphs that can be displayed in the default completion tool implementation.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Enumeration StandardGlyphGroup
public enum StandardGlyphGroup
public enum class StandardGlyphGroup
type StandardGlyphGroup
public enum StandardGlyphGroup

Members

Member name Description
GlyphGroupClass Describes symbols for classes.
GlyphGroupConstant Describes symbols for constants.
GlyphGroupDelegate Describes symbols for delegates.
GlyphGroupEnum Describes symbols for enumerations.
GlyphGroupEnumMember Describes symbols for enumeration members.
GlyphGroupEvent Describes symbols for events.
GlyphGroupException Describes symbols for exceptions.
GlyphGroupField Describes symbols for fields.
GlyphGroupInterface Describes symbols for interfaces.
GlyphGroupMacro Describes symbols for macros.
GlyphGroupMap Describes symbols for maps.
GlyphGroupMapItem Describes symbols for map items.
GlyphGroupMethod Describes symbols for methods.
GlyphGroupOverload Describes symbols for overloads.
GlyphGroupModule Describes symbols for modules.
GlyphGroupNamespace Describes symbols for namespaces.
GlyphGroupOperator Describes symbols for operators.
GlyphGroupProperty Describes symbols for properties.
GlyphGroupStruct Describes symbols for structures.
GlyphGroupTemplate Describes symbols for templates.
GlyphGroupTypedef Describes symbols for typedefs.
GlyphGroupType Describes symbols for types.
GlyphGroupUnion Describes symbols for unions.
GlyphGroupVariable Describes symbols for variables.
GlyphGroupValueType Describes symbols for value types.
GlyphGroupIntrinsic Describes intrinsic symbols.
GlyphGroupJSharpMethod Describes symbols for J# methods.
GlyphGroupJSharpField Describes symbols for J# fields.
GlyphGroupJSharpClass Describes symbols for J# classes.
GlyphGroupJSharpNamespace Describes symbols for J# namespaces.
GlyphGroupJSharpInterface Describes symbols for J# interfaces.
GlyphGroupError Describes symbols for errors.
GlyphBscFile Describes symbols for BSC files.
GlyphAssembly Describes symbols for assemblies.
GlyphLibrary Describes symbols for libraries.
GlyphVBProject Describes symbols for VB projects.
GlyphCoolProject Describes symbols for C# projects.
GlyphCppProject Describes symbols for C++ projects.
GlyphDialogId Describes symbols for dialog identifiers.
GlyphOpenFolder Describes symbols for open folders.
GlyphClosedFolder Describes symbols for closed folders.
GlyphArrow Describes arrow symbols.
GlyphCSharpFile Describes symbols for C# files.
GlyphCSharpExpansion Describes symbols for C# expansions.
GlyphKeyword Describes symbols for keywords.
GlyphInformation Describes symbols for information.
GlyphReference Describes symbols for references.
GlyphRecursion Describes symbols for recursion.
GlyphXmlItem Describes symbols for XML items.
GlyphJSharpProject Describes symbols for J# projects.
GlyphJSharpDocument Describes symbols for J# documents.
GlyphForwardType Describes symbols for forwarded types.
GlyphCallersGraph Describes symbols for callers graphs.
GlyphCallGraph Describes symbols for call graphs.
GlyphWarning Describes symbols for build warnings.
GlyphMaybeReference Describes symbols for something that may be a reference.
GlyphMaybeCaller Describes symbols for something that may be a caller.
GlyphMaybeCall Describes symbols for something that may be a call.
GlyphExtensionMethod Describes symbols for extension methods.
GlyphExtensionMethodInternal Describes symbols for internal extension methods.
GlyphExtensionMethodFriend Describes symbols for friend extension methods.
GlyphExtensionMethodProtected Describes symbols for protected extension methods.
GlyphExtensionMethodPrivate Describes symbols for private extension methods.
GlyphExtensionMethodShortcut Describes symbols for extension method shortcuts.
GlyphXmlAttribute Describes symbols for XML attributes.
GlyphXmlChild Describes symbols for child XML elements.
GlyphXmlDescendant Describes symbols for descendant XML elements.
GlyphXmlNamespace Describes symbols for XML namespaces.
GlyphXmlAttributeQuestion Describes symbols with a question mark for XML attributes.
GlyphXmlAttributeCheck Describes symbols with a check mark for XML attributes.
GlyphXmlChildQuestion Describes symbols with a question mark for XML child elements.
GlyphXmlChildCheck Describes symbols with a check mark for XML child elements.
GlyphXmlDescendantQuestion Describes symbols with a question mark for XML descendant elements.
GlyphXmlDescendantCheck Describes symbols with a check mark for XML descendant elements.
GlyphGroupUnknown Describes symbols for unknown types.

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace