Solution.WithDocumentSyntaxRoot 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 neue Lösungsinstanz mit dem angegebenen Dokument, das aktualisiert wurde, um eine Syntaxstruktur mit dem angegebenen Syntaxknoten zu enthalten.
public Microsoft.CodeAnalysis.Solution WithDocumentSyntaxRoot(Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.SyntaxNode root, Microsoft.CodeAnalysis.PreservationMode mode = Microsoft.CodeAnalysis.PreservationMode.PreserveValue);
member this.WithDocumentSyntaxRoot : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.SyntaxNode * Microsoft.CodeAnalysis.PreservationMode -> Microsoft.CodeAnalysis.Solution
Public Function WithDocumentSyntaxRoot (documentId As DocumentId, root As SyntaxNode, Optional mode As PreservationMode = Microsoft.CodeAnalysis.PreservationMode.PreserveValue) As Solution
Parameter
- documentId
- DocumentId
- root
- SyntaxNode
- mode
- PreservationMode