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
- 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.