Share via


IInteropStreamContract.Revert Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Discards all changes that have been made to a transacted stream since the last Commit call.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Contract
Assembly:  Microsoft.VisualStudio.Tools.Applications.Contract.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Contract.v9.0.dll)

Syntax

'Declaration
Sub Revert
'Usage
Dim instance As IInteropStreamContract

instance.Revert()
void Revert()
void Revert()
function Revert()

Remarks

Delegates the call to the IStream.Revert method of the internal copy of the stream object.

See Also

Reference

IInteropStreamContract Interface

IInteropStreamContract Members

Microsoft.VisualStudio.Tools.Applications.Contract Namespace