IVsPreviewChangesEngine Interface

 

Enables previewing before applying changes made by a given engine. Implemented by the refactoring engine.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")]
public interface IVsPreviewChangesEngine

NameDescription
System_CAPS_pubmethodApplyChanges()

Applies changes.

System_CAPS_pubmethodGetConfirmation(String)

Gets the dialog confirmation text.

System_CAPS_pubmethodGetDescription(String)

Gets the dialog description text.

System_CAPS_pubmethodGetHelpContext(String)

Gets the dialog help context.

System_CAPS_pubmethodGetRootChangesList(Object)

Gets the root changes list.

System_CAPS_pubmethodGetTextViewDescription(String)

Gets the dialog text view description.

System_CAPS_pubmethodGetTitle(String)

Gets the dialog title text.

System_CAPS_pubmethodGetWarning(String, Int32)

Gets the dialog warning text and level.

Return to top
Show: