SymbolDisplayPart Struct
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.
A single element of a symbol description. For example, a keyword, a punctuation character or a class name.
public value class SymbolDisplayPart
public struct SymbolDisplayPart
public readonly struct SymbolDisplayPart
type SymbolDisplayPart = struct
Public Structure SymbolDisplayPart
- Inheritance
-
SymbolDisplayPart
Constructors
SymbolDisplayPart(SymbolDisplayPartKind, ISymbol, String) |
Construct a non-formattable SymbolDisplayPart (i.e. with a fixed string value). |
Properties
Kind |
Gets the kind of this display part. |
Symbol |
Gets the symbol associated with this display part, if there is one. For example, the ITypeSymbol associated with a class name. |
Methods
ToString() |
Returns the string value of this symbol display part. |