Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("6DE3E607-1E2C-4F56-B4A6-BCAF63A0BB9F")> _
Public Interface IVsPreviewChangesEngine
'Utilizzo
Dim instance As 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