Project.DocumentIds Property

Definition

All the document IDs associated with this project.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::DocumentId ^> ^ DocumentIds { System::Collections::Generic::IReadOnlyList<Microsoft::CodeAnalysis::DocumentId ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.DocumentId> DocumentIds { get; }
member this.DocumentIds : System.Collections.Generic.IReadOnlyList<Microsoft.CodeAnalysis.DocumentId>
Public ReadOnly Property DocumentIds As IReadOnlyList(Of DocumentId)

Property Value

Applies to