Поделиться через


Solution.WithDocumentFilePath(DocumentId, String) Метод

Определение

Создает новый экземпляр решения с указанным обновленным документом, чтобы иметь указанный путь к файлу.

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

Параметры

documentId
DocumentId
filePath
String

Возвращаемое значение

Применяется к