Freigeben über


ISymbol.ToMinimalDisplayString Methode

Definition

Konvertieren Sie ein Symbol in eine Zeichenfolge, die dem Benutzer angezeigt werden kann. Kann auf einen bestimmten Speicherort im Quellcode zugeschnitten werden.

public string ToMinimalDisplayString (Microsoft.CodeAnalysis.SemanticModel semanticModel, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat format = default);
public string ToMinimalDisplayString (Microsoft.CodeAnalysis.SemanticModel semanticModel, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat? format = default);
abstract member ToMinimalDisplayString : Microsoft.CodeAnalysis.SemanticModel * int * Microsoft.CodeAnalysis.SymbolDisplayFormat -> string
Public Function ToMinimalDisplayString (semanticModel As SemanticModel, position As Integer, Optional format As SymbolDisplayFormat = Nothing) As String

Parameter

semanticModel
SemanticModel

Bindungsinformationen (zum Ermitteln von Namen, die für den Kontext geeignet sind).

position
Int32

Eine Position im Quellcode (Kontext).

format
SymbolDisplayFormat

Formatierungsregeln - Null impliziert SymbolDisplayFormat.MinimallyQualifiedFormat.

Gibt zurück

Eine formatierte Zeichenfolge, die dem Benutzer angezeigt werden kann.

Gilt für: