IVsSharedAssetsProjectEvents Interface
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.
Represents the events associated with projects that have shared assets.
public interface class IVsSharedAssetsProjectEvents
public interface class IVsSharedAssetsProjectEvents
__interface IVsSharedAssetsProjectEvents
[System.Runtime.InteropServices.Guid("389526A8-4344-4A8B-ACDA-1F180058E57F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSharedAssetsProjectEvents
[<System.Runtime.InteropServices.Guid("389526A8-4344-4A8B-ACDA-1F180058E57F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSharedAssetsProjectEvents = interface
Public Interface IVsSharedAssetsProjectEvents
- Attributes
Remarks
Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.
Methods
OnImportingProjectLoaded(IVsHierarchy) |
Notifies listening clients that a project is being loaded, and it imports the project file that this Shared Assets Project imports and owns. |
OnImportingProjectRemovedOrUnloaded(Guid) |
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. |