Share via


ItemUpdate<TEntity>(EntityIdentity, TEntity, UpdateType) Constructor

Definition

[System.Diagnostics.CodeAnalysis.Experimental("VSEXTPREVIEW_PROJECTQUERY_TRACKING")]
public ItemUpdate(Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity? previousId, TEntity? currentEntityState, Microsoft.VisualStudio.ProjectSystem.Query.UpdateType updateType);
[<System.Diagnostics.CodeAnalysis.Experimental("VSEXTPREVIEW_PROJECTQUERY_TRACKING")>]
new Microsoft.VisualStudio.ProjectSystem.Query.ItemUpdate<'Entity> : Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity * 'Entity * Microsoft.VisualStudio.ProjectSystem.Query.UpdateType -> Microsoft.VisualStudio.ProjectSystem.Query.ItemUpdate<'Entity>
Public Sub New (previousId As EntityIdentity, currentEntityState As TEntity, updateType As UpdateType)

Parameters

previousId
EntityIdentity
currentEntityState
TEntity
updateType
UpdateType
Attributes

Applies to