ISymbol.ToMinimalDisplayParts 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.
Konvertieren Sie ein Symbol in ein Array von Zeichenfolgenteilen, die jeweils eine Art haben. Kann an einen bestimmten Speicherort im Quellcode angepasst werden. Nützlich für die Farbisierung der Anzeigezeichenfolge.
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart> ToMinimalDisplayParts (Microsoft.CodeAnalysis.SemanticModel semanticModel, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat format = default);
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart> ToMinimalDisplayParts (Microsoft.CodeAnalysis.SemanticModel semanticModel, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat? format = default);
abstract member ToMinimalDisplayParts : Microsoft.CodeAnalysis.SemanticModel * int * Microsoft.CodeAnalysis.SymbolDisplayFormat -> System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.SymbolDisplayPart>
Public Function ToMinimalDisplayParts (semanticModel As SemanticModel, position As Integer, Optional format As SymbolDisplayFormat = Nothing) As ImmutableArray(Of SymbolDisplayPart)
Parameter
- semanticModel
- SemanticModel
Bindungsinformationen (zum Bestimmen von Namen, die dem Kontext entsprechen).
- position
- Int32
Eine Position im Quellcode (Kontext).
- format
- SymbolDisplayFormat
Formatierungsregeln – null impliziert SymbolDisplayFormat.MinimallyQualifiedFormat.
Gibt zurück
Ein schreibgeschütztes Array von Zeichenfolgenteilen.