IVsPreviewChangesService Interface
Visual Studio 2015
Displays the Preview Changes dialog box used in refactoring code. You can get an instance of the interface from the SVsPreviewChangesService (SID_SVsPreviewChangesService) service.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | PreviewChanges(IVsPreviewChangesEngine) | Preview the refactoring changes by displaying the Preview Changes dialog. |
For a general description of refactoring code, see Refactoring (C#).
Show:
