IVsPreviewChangesService Interface
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.
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. |