BuildableProjectConfig.StartUpToDateCheck Method

Requests that a project begin an up-to-date check to determine if the current build is up to date or not.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function StartUpToDateCheck ( _
    pane As IVsOutputWindowPane, _
    options As UInteger _
) As Integer
'使用
Dim instance As BuildableProjectConfig
Dim pane As IVsOutputWindowPane
Dim options As UInteger
Dim returnValue As Integer

returnValue = instance.StartUpToDateCheck(pane, _
    options)
public virtual int StartUpToDateCheck(
    IVsOutputWindowPane pane,
    uint options
)
public:
virtual int StartUpToDateCheck(
    IVsOutputWindowPane^ pane, 
    unsigned int options
)
public function StartUpToDateCheck(
    pane : IVsOutputWindowPane, 
    options : uint
) : int

Parameters

  • options
    Type: System.UInt32

    Options governing the up-to-date check.

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK, otherwise it returns an error code.

Implements

IVsBuildableProjectCfg.StartUpToDateCheck(IVsOutputWindowPane, UInt32)

Remarks

At this time this method returns E_NOTIMPL.

Permissions

See Also

Reference

BuildableProjectConfig Class

BuildableProjectConfig Members

Microsoft.VisualStudio.Package Namespace

StartUpToDateCheck