Freigeben über


ITypeSymbol.ToMinimalDisplayString Methode

Definition

Konvertiert 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, Microsoft.CodeAnalysis.NullableFlowState topLevelNullability, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat format = default);
public string ToMinimalDisplayString (Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis.NullableFlowState topLevelNullability, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat? format = default);
abstract member ToMinimalDisplayString : Microsoft.CodeAnalysis.SemanticModel * Microsoft.CodeAnalysis.NullableFlowState * int * Microsoft.CodeAnalysis.SymbolDisplayFormat -> string
Public Function ToMinimalDisplayString (semanticModel As SemanticModel, topLevelNullability As NullableFlowState, 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).

topLevelNullability
NullableFlowState

Die Nullierbarkeit der obersten Ebene, die für die Formatierung verwendet werden soll.

position
Int32

Eine Position im Quellcode (Kontext).

format
SymbolDisplayFormat

Formatierungsregeln – Null impliziert MinimallyQualifiedFormat

Gibt zurück

Eine formatierte Zeichenfolge, die dem Benutzer angezeigt werden kann.

Gilt für: