Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("AF142B19-FB37-40C0-9C28-6617ADBFFAC7")> _
Public Interface IVsPreviewChangesService
'Utilisation
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.