IVsPreviewChangesList Interface
Represents a list of items in the changes tree of the Preview Changes tool window.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Notes to Implementers
The IVsLiteTreeList interface must also be implemented with this interface.
Notes to Callers
This interface is obtained by calling the QueryInterface method on an IVsLiteTreeList object or by casting the IVsLiteTreeList object to the IVsPreviewChangesList interface. An IVsLiteTreeList object can be obtained by a call to the GetExpandedList method in the IVsObjectList2 interface.
Note |
|---|
| Managed code implementations should implement the IVsSimplePreviewChangesList interface instead to avoid memory leaks. |
Note