Compartir a través de


ConfigurationDimensionChanges Class

Definition

Entity Changes Model for IConfigurationDimensionSnapshot

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class ConfigurationDimensionChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IConfigurationDimensionSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type ConfigurationDimensionChanges = class
    inherit QueryEntityChangesBase<IConfigurationDimensionSnapshot>
Public Class ConfigurationDimensionChanges
Inherits QueryEntityChangesBase(Of IConfigurationDimensionSnapshot)
Inheritance
Attributes

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to