MessageVersionHeader.CreateUpdateTo(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.
Create a header that contains updates to the versions specified in new header.
public Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader CreateUpdateTo (Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader newHeader);
member this.CreateUpdateTo : Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader -> Microsoft.Internal.VisualStudio.Extensibility.Framework.MessageVersionHeader
Public Function CreateUpdateTo (newHeader As MessageVersionHeader) As MessageVersionHeader
Parameters
- newHeader
- MessageVersionHeader
New header to calculate updates to.
Returns
a new instance with update requests.
Remarks
This method will throw if either instance contains existing update requests.