MessageVersionContext.GetCurrentWithUpdates(MessageVersionHeader) Method
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.
Gets an instance of MessageVersionHeader that represents the state change from previous instance to current instance.
public Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader GetCurrentWithUpdates (Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader previousHeader);
member this.GetCurrentWithUpdates : Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader -> Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader
Public Function GetCurrentWithUpdates (previousHeader As MessageVersionHeader) As MessageVersionHeader
Parameters
- previousHeader
- MessageVersionHeader
Previous header to calculate delta from.
Returns
an instance of MessageVersionHeader that represents the new state and any pending message updates.