StandardGlyphItem 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 icons or glyphs that are used in statement completion.
public enum class StandardGlyphItem
public enum class StandardGlyphItem
enum StandardGlyphItem
public enum StandardGlyphItem
type StandardGlyphItem =
Public Enum StandardGlyphItem
- Inheritance
-
StandardGlyphItem
Fields
GlyphItemFriend | 2 | Describes a friend symbol. |
GlyphItemInternal | 1 | Describes an internal symbol. |
GlyphItemPrivate | 4 | Describes a private symbol. |
GlyphItemProtected | 3 | Describes a protected symbol. |
GlyphItemPublic | 0 | Describes a public symbol. |
GlyphItemShortcut | 5 | Describes a shortcut symbol. |
TotalGlyphItems | 6 | Describes a symbol that has all (or none) of the standard attributes. |