Freigeben über


SymbolDisplay.ToMinimalDisplayString Methode

Definition

Zeigt ein Symbol im Visual Basic-Stil basierend auf einem SymbolDisplayFormat. Auf Grundlage des Kontexts qualifizieren Sie Typ- und Membernamen so wenig wie möglich, ohne Ambiguitäten einzuführen.

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

Parameter

symbol
ISymbol

Das symbol, das angezeigt werden soll.

semanticModel
SemanticModel

Semantische Informationen zum Kontext, in dem das Symbol angezeigt wird.

position
Int32

Eine Position innerhalb des SyntaxTree Or semanticModel.

format
SymbolDisplayFormat

Die zu anwendenden Formatierungsoptionen. Wenn null übergeben wird, CSharpErrorMessageFormat wird verwendet.

Gibt zurück

Eine formatierte Zeichenfolge, die dem Benutzer angezeigt werden kann.

Hinweise

Der Rückgabewert wird nicht davon ausgegangen, dass visual Basic syntactisch gültig ist.

Gilt für: