Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |