IVsBuildableProjectCfg.StartUpToDateCheck Method (IVsOutputWindowPane, UInt32)
Visual Studio 2015
Requests that a project begin an up-to-date check to determine whether or not the current build is up to date.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pIVsOutputWindowPane
-
Type:
Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
[in] Pointer to the IVsOutputWindowPane interface that can be used to display status during the up-to-date check.
- dwOptions
-
Type:
System.UInt32
[in] Options governing the up-to-date check. This parameter can contain values from VsUpToDateCheckFlags and VsUpToDateCheckFlags2.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsBuildableProjectCfg::StartUpToDateCheck( [in] IVsOutputWindowPane *pIVsOutputWindowPane, [in] DWORD dwOptions );
Show: