Share via


IProjectSnapshot.Files Property

Definition

Gets a queryable collection of files of the project.

public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot> Files { get; }
member this.Files : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IFileSnapshot>
Public ReadOnly Property Files As IAsyncQueryable(Of IFileSnapshot)

Property Value

Applies to