다음을 통해 공유


IProjectConfigurationSnapshot.BuildProperties Property

Definition

Gets a queryable collection of build properties of the project configuration.

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

Property Value

Applies to