IVsPreviewChangesService Interface

Definition

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

public interface class IVsPreviewChangesService
public interface class IVsPreviewChangesService
__interface IVsPreviewChangesService
[System.Runtime.InteropServices.Guid("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPreviewChangesService
[<System.Runtime.InteropServices.Guid("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPreviewChangesService = interface
Public Interface IVsPreviewChangesService
Attributes

Remarks

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

Methods

PreviewChanges(IVsPreviewChangesEngine)

Preview the refactoring changes by displaying the Preview Changes dialog.

Applies to