다음을 통해 공유


IProjectConfigurationSnapshot.AssemblyReferences Property

Definition

Gets a queryable collection of referenced assemblies in the project configuration.

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

Property Value

Applies to