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.
Notifies listening clients that a project is being loaded, and it imports the project file that this Shared Assets Project imports and owns.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
Syntax
'Declaration
Function OnImportingProjectLoaded ( _
pLoadedProject As IVsHierarchy _
) As Integer
int OnImportingProjectLoaded(
IVsHierarchy pLoadedProject
)
int OnImportingProjectLoaded(
[InAttribute] IVsHierarchy^ pLoadedProject
)
abstract OnImportingProjectLoaded :
pLoadedProject:IVsHierarchy -> int
function OnImportingProjectLoaded(
pLoadedProject : IVsHierarchy
) : int
Parameters
pLoadedProject
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyThe project.
Return Value
Type: Int32
The HRESULT.
.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.