다음을 통해 공유


IProjectConfigurationSnapshot.PackageReferences Property

Definition

Gets a queryable collection of package references in the project configuration.

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

Property Value

Applies to