Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Displays the PreviewChanges 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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")> _
Public Interface IVsPreviewChangesService
'Usage
Dim instance As IVsPreviewChangesService
[InterfaceTypeAttribute()]
[GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")]
public interface IVsPreviewChangesService
[InterfaceTypeAttribute()]
[GuidAttribute(L"AF142B19-FB37-40C0-9C28-6617ADBFFAC7")]
public interface class IVsPreviewChangesService
public interface IVsPreviewChangesService
Remarks
For a general description of refactoring code, see Refactoring.