Share via


UpdateType Enum

Definition

Represents type of update.

[System.Diagnostics.CodeAnalysis.Experimental("VSEXTPREVIEW_PROJECTQUERY_TRACKING")]
public enum UpdateType
[<System.Diagnostics.CodeAnalysis.Experimental("VSEXTPREVIEW_PROJECTQUERY_TRACKING")>]
type UpdateType = 
Public Enum UpdateType
Inheritance
UpdateType
Attributes

Fields

Name Value Description
Added 0

The entity was added to the collection.

Removed 1

The entity was removed from the collection

Updated 2

The entity was updated.

Applies to