Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires a solution event, OnBeforeUnloadProject, before unloading a project from a project hierarchy.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function FireOnBeforeUnloadProject ( _
    pHierarchy As IVsHierarchy _
) As Integer
int FireOnBeforeUnloadProject(
    IVsHierarchy pHierarchy
)
int FireOnBeforeUnloadProject(
    [InAttribute] IVsHierarchy^ pHierarchy
)
abstract FireOnBeforeUnloadProject : 
        pHierarchy:IVsHierarchy -> int
function FireOnBeforeUnloadProject(
    pHierarchy : IVsHierarchy
) : int
Parameters
- pHierarchy 
 Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy- [in] Pointer to the IVsHierarchy interface of the project being unloaded. 
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsFireSolutionEvents::FireOnBeforeUnloadProject(
   [in] IVsHierarchy *pHierarchy
);
.NET Framework Security
- 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.