PackageReferenceChanges Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entity Changes Model for IPackageReferenceSnapshot
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class PackageReferenceChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IPackageReferenceSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type PackageReferenceChanges = class
inherit QueryEntityChangesBase<IPackageReferenceSnapshot>
Public Class PackageReferenceChanges
Inherits QueryEntityChangesBase(Of IPackageReferenceSnapshot)
- Inheritance
- Attributes
Properties
ChangedProperties |
Gets information about the changed properties. |
Current |
Current IEntity. (Inherited from QueryEntityChangesBase<TEntity>) |
Previous |
Previous IEntity. (Inherited from QueryEntityChangesBase<TEntity>) |