Freigeben über


Solution.WithDocumentTextLoader Methode

Definition

Erstellt eine neue Lösungsinstanz mit dem angegebenen Dokument, um den textladenden Text anzugeben.

public:
 Microsoft::CodeAnalysis::Solution ^ WithDocumentTextLoader(Microsoft::CodeAnalysis::DocumentId ^ documentId, Microsoft::CodeAnalysis::TextLoader ^ loader, Microsoft::CodeAnalysis::PreservationMode mode);
public Microsoft.CodeAnalysis.Solution WithDocumentTextLoader (Microsoft.CodeAnalysis.DocumentId documentId, Microsoft.CodeAnalysis.TextLoader loader, Microsoft.CodeAnalysis.PreservationMode mode);
member this.WithDocumentTextLoader : Microsoft.CodeAnalysis.DocumentId * Microsoft.CodeAnalysis.TextLoader * Microsoft.CodeAnalysis.PreservationMode -> Microsoft.CodeAnalysis.Solution
Public Function WithDocumentTextLoader (documentId As DocumentId, loader As TextLoader, mode As PreservationMode) As Solution

Parameter

documentId
DocumentId
loader
TextLoader

Gibt zurück

Gilt für: