StandardGlyphGroup Enum

Definition

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

GlyphArrow 203

Describes arrow symbols.

GlyphAssembly 192

Describes symbols for assemblies.

GlyphBscFile 191

Describes symbols for BSC files.

GlyphCallersGraph 214

Describes symbols for callers graphs.

GlyphCallGraph 215

Describes symbols for call graphs.

GlyphClosedFolder 202

Describes symbols for closed folders.

GlyphCompletionWarning 236

Describes symbols for completion warnings.

GlyphCoolProject 196

Describes symbols for C# projects.

GlyphCppProject 199

Describes symbols for C++ projects.

GlyphCSharpExpansion 205

Describes symbols for C# expansions.

GlyphCSharpFile 204

Describes symbols for C# files.

GlyphDialogId 200

Describes symbols for dialog identifiers.

GlyphExtensionMethod 220

Describes symbols for extension methods.

GlyphExtensionMethodFriend 222

Describes symbols for friend extension methods.

GlyphExtensionMethodInternal 221

Describes symbols for internal extension methods.

GlyphExtensionMethodPrivate 224

Describes symbols for private extension methods.

GlyphExtensionMethodProtected 223

Describes symbols for protected extension methods.

GlyphExtensionMethodShortcut 225

Describes symbols for extension method shortcuts.

GlyphForwardType 213

Describes symbols for forwarded types.

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.

GlyphGroupError 186

Describes symbols for errors.

GlyphGroupEvent 30

Describes symbols for events.

GlyphGroupException 36

Describes symbols for exceptions.

GlyphGroupField 42

Describes symbols for fields.

GlyphGroupInterface 48

Describes symbols for interfaces.

GlyphGroupIntrinsic 150

Describes intrinsic symbols.

GlyphGroupJSharpClass 168

Describes symbols for J# classes.

GlyphGroupJSharpField 162

Describes symbols for J# fields.

GlyphGroupJSharpInterface 180

Describes symbols for J# interfaces.

GlyphGroupJSharpMethod 156

Describes symbols for J# methods.

GlyphGroupJSharpNamespace 174

Describes symbols for J# namespaces.

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.

GlyphGroupModule 84

Describes symbols for modules.

GlyphGroupNamespace 90

Describes symbols for namespaces.

GlyphGroupOperator 96

Describes symbols for operators.

GlyphGroupOverload 78

Describes symbols for overloads.

GlyphGroupProperty 102

Describes symbols for properties.

GlyphGroupStruct 108

Describes symbols for structs.

GlyphGroupTemplate 114

Describes symbols for templates.

GlyphGroupType 126

Describes symbols for types.

GlyphGroupTypedef 120

Describes symbols for typedefs.

GlyphGroupUnion 132

Describes symbols for unions.

GlyphGroupUnknown 237

Describes symbols for unknown types.

GlyphGroupValueType 144

Describes symbols for value types.

GlyphGroupVariable 138

Describes symbols for variables.

GlyphInformation 207

Describes symbols for information.

GlyphJSharpDocument 212

Describes symbols for J# documents.

GlyphJSharpProject 211

Describes symbols for J# projects.

GlyphKeyword 206

Describes symbols for keywords.

GlyphLibrary 193

Describes symbols for libraries.

GlyphMaybeCall 219

Describes symbols for something that may be a call.

GlyphMaybeCaller 218

Describes symbols for something that may be a caller.

GlyphMaybeReference 217

Describes symbols for something that may be a reference.

GlyphOpenFolder 201

Describes symbols for open folders.

GlyphRecursion 209

Describes symbols for recursion.

GlyphReference 208

Describes symbols for references.

GlyphVBProject 194

Describes symbols for VB projects.

GlyphWarning 216

Describes symbols for build warnings.

GlyphXmlAttribute 226

Describes symbols for XML attributes.

GlyphXmlAttributeCheck 231

Describes symbols with a check mark for XML attributes.

GlyphXmlAttributeQuestion 230

Describes symbols with a question mark for XML attributes.

GlyphXmlChild 227

Describes symbols for child XML elements.

GlyphXmlChildCheck 233

Describes symbols with a check mark for XML child elements.

GlyphXmlChildQuestion 232

Describes symbols with a question mark for XML child elements.

GlyphXmlDescendant 228

Describes symbols for descendant XML elements.

GlyphXmlDescendantCheck 235

Describes symbols with a check mark for XML descendant elements.

GlyphXmlDescendantQuestion 234

Describes symbols with a question mark for XML descendant elements.

GlyphXmlItem 210

Describes symbols for XML items.

GlyphXmlNamespace 229

Describes symbols for XML namespaces.

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.

Applies to