IVsFireSolutionEvents.FireOnAfterLoadProject Method
Fires a solution event, OnAfterLoadProject, after a project is loaded in the project hierarchy.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function FireOnAfterLoadProject ( _
pHierarchy As IVsHierarchy _
) As Integer
int FireOnAfterLoadProject(
IVsHierarchy pHierarchy
)
int FireOnAfterLoadProject(
[InAttribute] IVsHierarchy^ pHierarchy
)
abstract FireOnAfterLoadProject :
pHierarchy:IVsHierarchy -> int
function FireOnAfterLoadProject(
pHierarchy : IVsHierarchy
) : int
Parameters
pHierarchy
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy[in] Pointer to the loaded project's IVsHierarchy.
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::FireOnAfterLoadProject(
[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.