IVsPreviewChangesEngine Interface
Visual Studio 2015
Enables previewing before applying changes made by a given engine. Implemented by the refactoring engine.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | ApplyChanges() | Applies changes. |
![]() | GetConfirmation(String) | Gets the dialog confirmation text. |
![]() | GetDescription(String) | Gets the dialog description text. |
![]() | GetHelpContext(String) | Gets the dialog help context. |
![]() | GetRootChangesList(Object) | Gets the root changes list. |
![]() | GetTextViewDescription(String) | Gets the dialog text view description. |
![]() | GetTitle(String) | Gets the dialog title text. |
![]() | GetWarning(String, Int32) | Gets the dialog warning text and level. |
Show:
