Share via


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

Definition

public ItemUpdate (Microsoft.VisualStudio.ProjectSystem.Query.EntityIdentity? previousId, TEntity? currentEntityState, Microsoft.VisualStudio.ProjectSystem.Query.UpdateType updateType);
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

Applies to