OutputGroupChanges Class

Definition

Entity Changes Model for IOutputGroupSnapshot

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

Properties

ChangedProperties

Gets information about the changed properties.

Current

Current IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)
OutputsCollectionChanges

Gets Outputs collection changes.

Previous

Previous IEntity.

(Inherited from QueryEntityChangesBase<TEntity>)

Applies to