ConfigurationDimensionDefinitionChanges Class

Definition

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class ConfigurationDimensionDefinitionChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IConfigurationDimensionDefinitionSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type ConfigurationDimensionDefinitionChanges = class
    inherit QueryEntityChangesBase<IConfigurationDimensionDefinitionSnapshot>
Public Class ConfigurationDimensionDefinitionChanges
Inherits QueryEntityChangesBase(Of IConfigurationDimensionDefinitionSnapshot)
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