ITypeSymbol.ToDisplayParts(NullableFlowState, SymbolDisplayFormat) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Wandelt ein Symbol in ein Array von Zeichenfolgenteilen um, von denen jede eine Art hat. Nützlich für die Farbanpassung der Anzeigezeichenfolge.
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart> ToDisplayParts (Microsoft.CodeAnalysis.NullableFlowState topLevelNullability, Microsoft.CodeAnalysis.SymbolDisplayFormat format = default);
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart> ToDisplayParts (Microsoft.CodeAnalysis.NullableFlowState topLevelNullability, Microsoft.CodeAnalysis.SymbolDisplayFormat? format = default);
abstract member ToDisplayParts : Microsoft.CodeAnalysis.NullableFlowState * Microsoft.CodeAnalysis.SymbolDisplayFormat -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart>
Public Function ToDisplayParts (topLevelNullability As NullableFlowState, Optional format As SymbolDisplayFormat = Nothing) As ImmutableArray(Of SymbolDisplayPart)
Parameter
- topLevelNullability
- NullableFlowState
Die Nullierbarkeit der obersten Ebene, die für die Formatierung verwendet werden soll.
- format
- SymbolDisplayFormat
Format oder Null für die Standardeinstellung.
Gibt zurück
Ein schreibgeschütztes Array von Zeichenfolgenteilen.