Document.WithFolders(IEnumerable<String>) Метод

Определение

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

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

Параметры

folders
IEnumerable<String>

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

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