IVsBuildableProjectCfg.StartUpToDateCheck(IVsOutputWindowPane, UInt32) 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.
Requests that a project begin an up-to-date check to determine whether or not the current build is up to date.
public:
int StartUpToDateCheck(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ pIVsOutputWindowPane, System::UInt32 dwOptions);
public:
int StartUpToDateCheck(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ pIVsOutputWindowPane, unsigned int dwOptions);
int StartUpToDateCheck(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane const & pIVsOutputWindowPane, unsigned int dwOptions);
public int StartUpToDateCheck (Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane pIVsOutputWindowPane, uint dwOptions);
abstract member StartUpToDateCheck : Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane * uint32 -> int
Public Function StartUpToDateCheck (pIVsOutputWindowPane As IVsOutputWindowPane, dwOptions As UInteger) As Integer
Parameters
- pIVsOutputWindowPane
- IVsOutputWindowPane
[in] Pointer to the IVsOutputWindowPane interface that can be used to display status during the up-to-date check.
- dwOptions
- UInt32
[in] Options governing the up-to-date check. This parameter can contain values from VsUpToDateCheckFlags and VsUpToDateCheckFlags2.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsBuildableProjectCfg::StartUpToDateCheck(
[in] IVsOutputWindowPane *pIVsOutputWindowPane,
[in] DWORD dwOptions
);