Compartir a través de


IConfigurationDimensionSnapshot Interface

Definition

Describes values of each dimension of a single Project Configuration. Holds useful information in regards to a Configuration Dimension like its Name and Value.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })]
public interface IConfigurationDimensionSnapshot : Microsoft.VisualStudio.ProjectSystem.Query.IEntity
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.VisualStudio.ProjectSystem.Query.Framework.ProjectModelEntityJsonConverter), new System.Object[] { Mono.Cecil.CustomAttributeArgument })>]
type IConfigurationDimensionSnapshot = interface
    interface IEntity
Public Interface IConfigurationDimensionSnapshot
Implements IEntity
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Properties

Name

Gets the name of the configuration dimension.

PropertiesAvailableStatus

Gets available properties status of a ConfigurationDimension.

Value

Gets the value of the configuration dimension.

Applies to