StandardGlyphGroup Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the different types of glyphs that can be displayed in the default completion tool implementation.
public enum class StandardGlyphGroup
public enum class StandardGlyphGroup
enum StandardGlyphGroup
public enum StandardGlyphGroup
type StandardGlyphGroup =
Public Enum StandardGlyphGroup
- Inheritance
-
StandardGlyphGroup
Fields
Name | Value | Description |
---|---|---|
GlyphGroupClass | 0 | Describes symbols for classes. |
GlyphGroupConstant | 6 | Describes symbols for constants. |
GlyphGroupDelegate | 12 | Describes symbols for delegates. |
GlyphGroupEnum | 18 | Describes symbols for enumerations. |
GlyphGroupEnumMember | 24 | Describes symbols for enumeration members. |
GlyphGroupEvent | 30 | Describes symbols for events. |
GlyphGroupException | 36 | Describes symbols for exceptions. |
GlyphGroupField | 42 | Describes symbols for fields. |
GlyphGroupInterface | 48 | Describes symbols for interfaces. |
GlyphGroupMacro | 54 | Describes symbols for macros. |
GlyphGroupMap | 60 | Describes symbols for maps. |
GlyphGroupMapItem | 66 | Describes symbols for map items. |
GlyphGroupMethod | 72 | Describes symbols for methods. |
GlyphGroupOverload | 78 | Describes symbols for overloads. |
GlyphGroupModule | 84 | Describes symbols for modules. |
GlyphGroupNamespace | 90 | Describes symbols for namespaces. |
GlyphGroupOperator | 96 | Describes symbols for operators. |
GlyphGroupProperty | 102 | Describes symbols for properties. |
GlyphGroupStruct | 108 | Describes symbols for structs. |
GlyphGroupTemplate | 114 | Describes symbols for templates. |
GlyphGroupTypedef | 120 | Describes symbols for typedefs. |
GlyphGroupType | 126 | Describes symbols for types. |
GlyphGroupUnion | 132 | Describes symbols for unions. |
GlyphGroupVariable | 138 | Describes symbols for variables. |
GlyphGroupValueType | 144 | Describes symbols for value types. |
GlyphGroupIntrinsic | 150 | Describes intrinsic symbols. |
GlyphGroupJSharpMethod | 156 | Describes symbols for J# methods. |
GlyphGroupJSharpField | 162 | Describes symbols for J# fields. |
GlyphGroupJSharpClass | 168 | Describes symbols for J# classes. |
GlyphGroupJSharpNamespace | 174 | Describes symbols for J# namespaces. |
GlyphGroupJSharpInterface | 180 | Describes symbols for J# interfaces. |
GlyphGroupError | 186 | Describes symbols for errors. |
GlyphBscFile | 191 | Describes symbols for BSC files. |
GlyphAssembly | 192 | Describes symbols for assemblies. |
GlyphLibrary | 193 | Describes symbols for libraries. |
GlyphVBProject | 194 | Describes symbols for VB projects. |
GlyphCoolProject | 196 | Describes symbols for C# projects. |
GlyphCppProject | 199 | Describes symbols for C++ projects. |
GlyphDialogId | 200 | Describes symbols for dialog identifiers. |
GlyphOpenFolder | 201 | Describes symbols for open folders. |
GlyphClosedFolder | 202 | Describes symbols for closed folders. |
GlyphArrow | 203 | Describes arrow symbols. |
GlyphCSharpFile | 204 | Describes symbols for C# files. |
GlyphCSharpExpansion | 205 | Describes symbols for C# expansions. |
GlyphKeyword | 206 | Describes symbols for keywords. |
GlyphInformation | 207 | Describes symbols for information. |
GlyphReference | 208 | Describes symbols for references. |
GlyphRecursion | 209 | Describes symbols for recursion. |
GlyphXmlItem | 210 | Describes symbols for XML items. |
GlyphJSharpProject | 211 | Describes symbols for J# projects. |
GlyphJSharpDocument | 212 | Describes symbols for J# documents. |
GlyphForwardType | 213 | Describes symbols for forwarded types. |
GlyphCallersGraph | 214 | Describes symbols for callers graphs. |
GlyphCallGraph | 215 | Describes symbols for call graphs. |
GlyphWarning | 216 | Describes symbols for build warnings. |
GlyphMaybeReference | 217 | Describes symbols for something that may be a reference. |
GlyphMaybeCaller | 218 | Describes symbols for something that may be a caller. |
GlyphMaybeCall | 219 | Describes symbols for something that may be a call. |
GlyphExtensionMethod | 220 | Describes symbols for extension methods. |
GlyphExtensionMethodInternal | 221 | Describes symbols for internal extension methods. |
GlyphExtensionMethodFriend | 222 | Describes symbols for friend extension methods. |
GlyphExtensionMethodProtected | 223 | Describes symbols for protected extension methods. |
GlyphExtensionMethodPrivate | 224 | Describes symbols for private extension methods. |
GlyphExtensionMethodShortcut | 225 | Describes symbols for extension method shortcuts. |
GlyphXmlAttribute | 226 | Describes symbols for XML attributes. |
GlyphXmlChild | 227 | Describes symbols for child XML elements. |
GlyphXmlDescendant | 228 | Describes symbols for descendant XML elements. |
GlyphXmlNamespace | 229 | Describes symbols for XML namespaces. |
GlyphXmlAttributeQuestion | 230 | Describes symbols with a question mark for XML attributes. |
GlyphXmlAttributeCheck | 231 | Describes symbols with a check mark for XML attributes. |
GlyphXmlChildQuestion | 232 | Describes symbols with a question mark for XML child elements. |
GlyphXmlChildCheck | 233 | Describes symbols with a check mark for XML child elements. |
GlyphXmlDescendantQuestion | 234 | Describes symbols with a question mark for XML descendant elements. |
GlyphXmlDescendantCheck | 235 | Describes symbols with a check mark for XML descendant elements. |
GlyphCompletionWarning | 236 | Describes symbols for completion warnings. |
GlyphGroupUnknown | 237 | Describes symbols for unknown types. |
Remarks
GlyphCompletionWarning was introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.