Freigeben über


Solution.WithDocumentFilePath(DocumentId, String) Methode

Definition

Erstellt eine neue Lösungsinstanz mit dem angegebenen Dokument, um den angegebenen Dateipfad zu haben.

public:
 Microsoft::CodeAnalysis::Solution ^ WithDocumentFilePath(Microsoft::CodeAnalysis::DocumentId ^ documentId, System::String ^ filePath);
public Microsoft.CodeAnalysis.Solution WithDocumentFilePath (Microsoft.CodeAnalysis.DocumentId documentId, string filePath);
member this.WithDocumentFilePath : Microsoft.CodeAnalysis.DocumentId * string -> Microsoft.CodeAnalysis.Solution
Public Function WithDocumentFilePath (documentId As DocumentId, filePath As String) As Solution

Parameter

documentId
DocumentId
filePath
String

Gibt zurück

Gilt für: