IProjectSnapshot.ProjectReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of project to project references of the project.
public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot> ProjectReferences { get; }
member this.ProjectReferences : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot>
Public ReadOnly Property ProjectReferences As IAsyncQueryable(Of IProjectReferenceSnapshot)