IVsPreviewChangesService Interface

 

Displays the Preview Changes dialog box used in refactoring code. You can get an instance of the interface from the SVsPreviewChangesService (SID_SVsPreviewChangesService) service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")]
public interface IVsPreviewChangesService

NameDescription
System_CAPS_pubmethodPreviewChanges(IVsPreviewChangesEngine)

Preview the refactoring changes by displaying the Preview Changes dialog.

For a general description of refactoring code, see Refactoring (C#).

Return to top
Show: