Share via


Project.RemoveDocuments(ImmutableArray<DocumentId>) Method

Definition

Creates a new instance of this project updated to no longer include the specified documents.

public Microsoft.CodeAnalysis.Project RemoveDocuments (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId> documentIds);
member this.RemoveDocuments : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentId> -> Microsoft.CodeAnalysis.Project
Public Function RemoveDocuments (documentIds As ImmutableArray(Of DocumentId)) As Project

Parameters

documentIds
ImmutableArray<DocumentId>

Returns

Applies to