SymbolDisplayFormat.WithMiscellaneousOptions 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.
Erstellt eine Kopie des SymbolDisplayFormat, jedoch mit ersetztem Satz von SymbolDisplayMiscellaneousOptions.
public:
Microsoft::CodeAnalysis::SymbolDisplayFormat ^ WithMiscellaneousOptions(Microsoft::CodeAnalysis::SymbolDisplayMiscellaneousOptions options);
public Microsoft.CodeAnalysis.SymbolDisplayFormat WithMiscellaneousOptions (Microsoft.CodeAnalysis.SymbolDisplayMiscellaneousOptions options);
member this.WithMiscellaneousOptions : Microsoft.CodeAnalysis.SymbolDisplayMiscellaneousOptions -> Microsoft.CodeAnalysis.SymbolDisplayFormat
Public Function WithMiscellaneousOptions (options As SymbolDisplayMiscellaneousOptions) As SymbolDisplayFormat
Parameter
Ein -Objekt, das darstellt, wie verschiedene Symbole formatiert werden.
Gibt zurück
Ein Duplikat des SymbolDisplayFormat mit einem ersetzten Satz von SymbolDisplayMiscellaneousOptions.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.