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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")> _
Public Interface IVsPreviewChangesEngine
[InterfaceTypeAttribute()]
[GuidAttribute("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")]
public interface IVsPreviewChangesEngine
[InterfaceTypeAttribute()]
[GuidAttribute(L"6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")]
public interface class IVsPreviewChangesEngine
[<InterfaceTypeAttribute()>]
[<GuidAttribute("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")>]
type IVsPreviewChangesEngine =  interface end
public interface IVsPreviewChangesEngine

The IVsPreviewChangesEngine type exposes the following members.

Methods

  Name Description
Public method ApplyChanges Applies changes.
Public method GetConfirmation Gets the dialog confirmation text.
Public method GetDescription Gets the dialog description text.
Public method GetHelpContext Gets the dialog help context.
Public method GetRootChangesList Gets the root changes list.
Public method GetTextViewDescription Gets the dialog text view description.
Public method GetTitle Gets the dialog title text.
Public method GetWarning Gets the dialog warning text and level.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace