IVsPreviewChangesEngine Interface

Definition

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

public interface class IVsPreviewChangesEngine
public interface class IVsPreviewChangesEngine
__interface IVsPreviewChangesEngine
[System.Runtime.InteropServices.Guid("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPreviewChangesEngine
[<System.Runtime.InteropServices.Guid("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPreviewChangesEngine = interface
Public Interface IVsPreviewChangesEngine
Attributes

Methods

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.

Applies to