ItemUpdate<TEntity>(EntityIdentity, TEntity, UpdateType) Constructor
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.
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