ProjectNode.UnloadProject Method

Unloads the project.

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

Syntax

'宣言
Protected Friend Overridable Function UnloadProject As Integer
'使用
Dim returnValue As Integer

returnValue = Me.UnloadProject()
protected internal virtual int UnloadProject()
protected public:
virtual int UnloadProject()
protected internal function UnloadProject() : int

Return Value

Type: System.Int32

When overridden in a derived class, handles the unloading of the project.

Remarks

By default returns OLECMDERR_E_NOTSUPPORTED().

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace