Freigeben über


SymbolDisplay.ToDisplayParts(ISymbol, SymbolDisplayFormat) Methode

Definition

Konvertieren Sie ein Symbol in ein Array von Zeichenfolgenteilen, die jeweils eine Art haben. Nützlich für die Farbisierung der Anzeigezeichenfolge.

public static System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart> ToDisplayParts (Microsoft.CodeAnalysis.ISymbol symbol, Microsoft.CodeAnalysis.SymbolDisplayFormat format = default);
static member ToDisplayParts : Microsoft.CodeAnalysis.ISymbol * Microsoft.CodeAnalysis.SymbolDisplayFormat -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart>
Public Function ToDisplayParts (symbol As ISymbol, Optional format As SymbolDisplayFormat = Nothing) As ImmutableArray(Of SymbolDisplayPart)

Parameter

symbol
ISymbol

Das symbol, das angezeigt werden soll.

format
SymbolDisplayFormat

Die zu anwendenden Formatierungsoptionen. Wenn nichts übergeben wird, VisualBasicErrorMessageFormat wird verwendet.

Gibt zurück

Eine Liste der Anzeigeteile.

Hinweise

Teile werden erst lokalisiert, wenn sie in Zeichenfolgen konvertiert werden.

Gilt für: