IVsSharedAssetsProjectEvents.OnImportingProjectRemovedOrUnloaded(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.