Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ApplyChanges | Applies changes. |
![]() |
GetConfirmation | Gets the dialog confirmation text. |
![]() |
GetDescription | Gets the dialog description text. |
![]() |
GetHelpContext | Gets the dialog help context. |
![]() |
GetRootChangesList | Gets the root changes list. |
![]() |
GetTextViewDescription | Gets the dialog text view description. |
![]() |
GetTitle | Gets the dialog title text. |
![]() |
GetWarning | Gets the dialog warning text and level. |
Top