Document.WithFolders(IEnumerable<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立此檔的新實例,更新為具有指定的資料夾。
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>