VCProjectEngineEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Refer to VCProjectEngineEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VCProjectEngine.VCProjectEngineEventsClass

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaración
<GuidAttribute("298F962D-A1DA-4E10-83E7-B257320DCE98")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class VCProjectEngineEventsClass _
    Implements _VCProjectEngineEvents, VCProjectEngineEvents, _dispVCProjectEngineEvents_Event
[GuidAttribute("298F962D-A1DA-4E10-83E7-B257320DCE98")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class VCProjectEngineEventsClass : _VCProjectEngineEvents, 
    VCProjectEngineEvents, _dispVCProjectEngineEvents_Event
[GuidAttribute(L"298F962D-A1DA-4E10-83E7-B257320DCE98")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class VCProjectEngineEventsClass : _VCProjectEngineEvents, 
    VCProjectEngineEvents, _dispVCProjectEngineEvents_Event
[<GuidAttribute("298F962D-A1DA-4E10-83E7-B257320DCE98")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type VCProjectEngineEventsClass =  
    class
        interface _VCProjectEngineEvents
        interface VCProjectEngineEvents
        interface _dispVCProjectEngineEvents_Event
    end
public class VCProjectEngineEventsClass implements _VCProjectEngineEvents, VCProjectEngineEvents, _dispVCProjectEngineEvents_Event

The VCProjectEngineEventsClass type exposes the following members.

Constructors

  Name Description
Public method VCProjectEngineEventsClass Infrastructure. Microsoft Internal Use Only.

Top

Methods

  Name Description
Public method add_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method add_ItemMoved Infrastructure. Microsoft Internal Use Only.
Public method add_ItemPropertyChange Infrastructure. Microsoft Internal Use Only.
Public method add_ItemPropertyChange2
Public method add_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method add_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectBuildFinished Infrastructure. Microsoft Internal Use Only.
Public method add_ProjectBuildStarted Infrastructure. Microsoft Internal Use Only.
Public method add_ReportError Infrastructure. Microsoft Internal Use Only.
Public method add_SccEvent Infrastructure. Microsoft Internal Use Only.
Public method add_SolutionLoaded Infrastructure. Microsoft Internal Use Only.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method remove_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemMoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemPropertyChange Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemPropertyChange2
Public method remove_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method remove_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectBuildFinished Infrastructure. Microsoft Internal Use Only.
Public method remove_ProjectBuildStarted Infrastructure. Microsoft Internal Use Only.
Public method remove_ReportError Infrastructure. Microsoft Internal Use Only.
Public method remove_SccEvent Infrastructure. Microsoft Internal Use Only.
Public method remove_SolutionLoaded Infrastructure. Microsoft Internal Use Only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event ItemAdded Infrastructure. Microsoft Internal Use Only.
Public event ItemMoved Infrastructure. Microsoft Internal Use Only.
Public event ItemPropertyChange Infrastructure. Microsoft Internal Use Only.
Public event ItemPropertyChange2 Occurs when a property changed for the specified item.
Public event ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public event ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public event ProjectBuildFinished Infrastructure. Microsoft Internal Use Only.
Public event ProjectBuildStarted Infrastructure. Microsoft Internal Use Only.
Public event ReportError Infrastructure. Microsoft Internal Use Only.
Public event SccEvent Infrastructure. Microsoft Internal Use Only.
Public event SolutionLoaded Infrastructure. Microsoft Internal Use Only.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace