Condividi tramite


IProjectSnapshot.ConfigurationDimensions Property

Definition

Gets a queryable collection of configuration dimensions of the project.

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

Property Value

Applies to