IVsPreviewChangesEngine.GetRootChangesList(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the root changes list.
public:
int GetRootChangesList([Runtime::InteropServices::Out] System::Object ^ % ppIUnknownPreviewChangesList);
int GetRootChangesList([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppIUnknownPreviewChangesList);
public int GetRootChangesList (out object ppIUnknownPreviewChangesList);
abstract member GetRootChangesList : obj -> int
Public Function GetRootChangesList (ByRef ppIUnknownPreviewChangesList As Object) As Integer
Parameters
- ppIUnknownPreviewChangesList
- Object
[out] Interface to the root changes list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT GetRootChangesList(
[out] IUnknown **ppIUnknownPreviewChangesList
);