IProjectConfigurationSnapshot.ConfigurationDimensions 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 queryable collection of configuration dimensions of the project configuration.
public Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IConfigurationDimensionSnapshot> ConfigurationDimensions { get; }
member this.ConfigurationDimensions : Microsoft.VisualStudio.ProjectSystem.Query.IAsyncQueryable<Microsoft.VisualStudio.ProjectSystem.Query.IConfigurationDimensionSnapshot>
Public ReadOnly Property ConfigurationDimensions As IAsyncQueryable(Of IConfigurationDimensionSnapshot)