SymbolDisplay Class 
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.
Displays a symbol in the VisualBasic style.
public ref class SymbolDisplay sealedpublic sealed class SymbolDisplaytype SymbolDisplay = classPublic Module SymbolDisplay- Inheritance
- 
				SymbolDisplay
Methods
| FormatPrimitive(Object, Boolean, Boolean) | Returns a string representation of an object of primitive type. | 
| ToDisplayParts(ISymbol, SymbolDisplayFormat) | Convert a symbol to an array of string parts, each of which has a kind. Useful for colorizing the display string. | 
| ToDisplayString(ISymbol, SymbolDisplayFormat) | Displays a symbol in the Visual Basic style, based on a SymbolDisplayFormat. | 
| ToMinimalDisplayParts(ISymbol, SemanticModel, Int32, SymbolDisplayFormat) | Convert a symbol to an array of string parts, each of which has a kind. Useful for colorizing the display string. | 
| ToMinimalDisplayString(ISymbol, SemanticModel, Int32, SymbolDisplayFormat) | Displays a symbol in the Visual Basic style, based on a SymbolDisplayFormat. Based on the context, qualify type And member names as little as possible without introducing ambiguities. |