다음을 통해 공유


IProjectConfigurationSnapshot.ConfigurationDimensions Property

Definition

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)

Property Value

Applies to