Freigeben über


Solution.WithDocumentFolders(DocumentId, IEnumerable<String>) Methode

Definition

Erstellt eine neue Lösungsinstanz mit dem angegebenen Dokument, das in der Sequenz der logischen Ordner enthalten ist.

public:
 Microsoft::CodeAnalysis::Solution ^ WithDocumentFolders(Microsoft::CodeAnalysis::DocumentId ^ documentId, System::Collections::Generic::IEnumerable<System::String ^> ^ folders);
public Microsoft.CodeAnalysis.Solution WithDocumentFolders (Microsoft.CodeAnalysis.DocumentId documentId, System.Collections.Generic.IEnumerable<string> folders);
public Microsoft.CodeAnalysis.Solution WithDocumentFolders (Microsoft.CodeAnalysis.DocumentId documentId, System.Collections.Generic.IEnumerable<string>? folders);
member this.WithDocumentFolders : Microsoft.CodeAnalysis.DocumentId * seq<string> -> Microsoft.CodeAnalysis.Solution
Public Function WithDocumentFolders (documentId As DocumentId, folders As IEnumerable(Of String)) As Solution

Parameter

documentId
DocumentId
folders
IEnumerable<String>

Gibt zurück

Gilt für: