Handles the Clean Project command.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Function CleanProject As Integer
'使用
Dim returnValue As Integer
returnValue = Me.CleanProject()
protected virtual int CleanProject()
protected:
virtual int CleanProject()
protected function CleanProject() : int
Return Value
Type: System.Int32
When overridden by derived classes, cleans the build project and returns S_OK or an error code.
Remarks
By default returns OLECMDERR_E_NOTSUPPORTED().
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.