Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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)
Syntax
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")> _
Public Interface IVsPreviewChangesService
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")>]
type IVsPreviewChangesService = interface end
public interface IVsPreviewChangesService
Remarks
For a general description of refactoring code, see Refactoring (C#).