ProjectInfo.WithDocuments(IEnumerable<DocumentInfo>) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::CodeAnalysis::ProjectInfo ^ WithDocuments(System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::DocumentInfo ^> ^ documents);
public Microsoft.CodeAnalysis.ProjectInfo WithDocuments(System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentInfo> documents);
public Microsoft.CodeAnalysis.ProjectInfo WithDocuments(System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.DocumentInfo>? documents);
member this.WithDocuments : seq<Microsoft.CodeAnalysis.DocumentInfo> -> Microsoft.CodeAnalysis.ProjectInfo
Public Function WithDocuments (documents As IEnumerable(Of DocumentInfo)) As ProjectInfo
Parameter
- documents
- IEnumerable<DocumentInfo>