ProjectReferenceChanges Class
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 IProjectReferenceSnapshot
C#
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })]
public class ProjectReferenceChanges : Microsoft.VisualStudio.ProjectSystem.Query.QueryEntityChangesBase<Microsoft.VisualStudio.ProjectSystem.Query.IProjectReferenceSnapshot>
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 0, 1 })>]
type ProjectReferenceChanges = class
inherit QueryEntityChangesBase<IProjectReferenceSnapshot>
Public Class ProjectReferenceChanges
Inherits QueryEntityChangesBase(Of IProjectReferenceSnapshot)
- Inheritance
- Attributes
Changed |
Gets information about the changed properties. |
Current |
Current IEntity. (Inherited from QueryEntityChangesBase<TEntity>) |
Previous |
Previous IEntity. (Inherited from QueryEntityChangesBase<TEntity>) |
Product | Versies |
---|---|
Visual Studio SDK | 2022 |