Share via


IVsSharedAssetsProjectEvents.OnImportingProjectRemovedOrUnloaded Method

Notifies listening clients that a project is being removed or unloaded, 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 OnImportingProjectRemovedOrUnloaded ( _
    removedOrUnloadedProjectGuid As Guid _
) As Integer
int OnImportingProjectRemovedOrUnloaded(
    Guid removedOrUnloadedProjectGuid
)
int OnImportingProjectRemovedOrUnloaded(
    [InAttribute] Guid removedOrUnloadedProjectGuid
)
abstract OnImportingProjectRemovedOrUnloaded : 
        removedOrUnloadedProjectGuid:Guid -> int
function OnImportingProjectRemovedOrUnloaded(
    removedOrUnloadedProjectGuid : Guid
) : int

Parameters

  • removedOrUnloadedProjectGuid
    Type: Guid

    The GUID of the project.

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsSharedAssetsProjectEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace