Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes icons or glyphs that are used in statement completion.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Enumeration StandardGlyphItem
public enum StandardGlyphItem
public enum class StandardGlyphItem
type StandardGlyphItem
public enum StandardGlyphItem
Members
| Member name | Description | |
|---|---|---|
| GlyphItemFriend | Describes a friend symbol. | |
| GlyphItemInternal | Describes an internal symbol. | |
| GlyphItemPrivate | Describes a private symbol. | |
| GlyphItemProtected | Describes a protected symbol. | |
| GlyphItemPublic | Describes a public symbol. | |
| GlyphItemShortcut | Describes a shortcut symbol. | |
| TotalGlyphItems | Describes a symbol that has all (or none) of the standard attributes. |