Document.WithFolders(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of this document updated to have the specified folders.
public:
Microsoft::CodeAnalysis::Document ^ WithFolders(System::Collections::Generic::IEnumerable<System::String ^> ^ folders);
public Microsoft.CodeAnalysis.Document WithFolders (System.Collections.Generic.IEnumerable<string> folders);
member this.WithFolders : seq<string> -> Microsoft.CodeAnalysis.Document
Public Function WithFolders (folders As IEnumerable(Of String)) As Document
Parameters
- folders
- IEnumerable<String>
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.