Requests that a project begin a clean operation, which is the process of deleting all of the outputs from the previous build.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function StartClean ( _
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.StartClean(pane, _
options)
public virtual int StartClean(
IVsOutputWindowPane pane,
uint options
)
public:
virtual int StartClean(
IVsOutputWindowPane^ pane,
unsigned int options
)
public function StartClean(
pane : IVsOutputWindowPane,
options : uint
) : int
Parameters
pane
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPaneIVsOutputWindowPane object that can be used to display status during the clean operation.
options
Type: System.UInt32Options governing the clean operation.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK, otherwise it returns an error code.
Implements
IVsBuildableProjectCfg.StartClean(IVsOutputWindowPane, UInt32)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
BuildableProjectConfig Members