Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As IVsFireSolutionEvents
Dim pHierarchy As IVsHierarchy
Dim returnValue As Integer
returnValue = instance.FireOnAfterLoadProject(pHierarchy)
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: System.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.