다음을 통해 공유


IProjectSnapshot.ExternalFiles Property

Definition

Gets a queryable collection of external files for the project.

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

Property Value

Applies to