Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
[InterfaceTypeAttribute()]
[GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")]
public interface IVsPreviewChangesService
[InterfaceTypeAttribute()]
[GuidAttribute(L"AF142B19-FB37-40C0-9C28-6617ADBFFAC7")]
public interface class IVsPreviewChangesService
[<InterfaceTypeAttribute()>]
[<GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")>]
type IVsPreviewChangesService = interface end
public interface IVsPreviewChangesService
The IVsPreviewChangesService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
PreviewChanges | Preview the refactoring changes by displaying the Preview Changes dialog. |
Top
Remarks
For a general description of refactoring code, see Refactoring (C#).
.gif)