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

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace