IVsSharedAssetsProjectEvents.OnImportingProjectRemovedOrUnloaded(Guid) Method

Definition

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.

public:
 int OnImportingProjectRemovedOrUnloaded(Guid removedOrUnloadedProjectGuid);
public int OnImportingProjectRemovedOrUnloaded (Guid removedOrUnloadedProjectGuid);
abstract member OnImportingProjectRemovedOrUnloaded : Guid -> int
Public Function OnImportingProjectRemovedOrUnloaded (removedOrUnloadedProjectGuid As Guid) As Integer

Parameters

removedOrUnloadedProjectGuid
Guid

The GUID of the project.

Returns

The HRESULT.

Applies to