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
Object
Microsoft.VisualStudio.VCProjectEngine.VCProjectEngineEventsClass
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("0BFC9FF6-D66C-4A2C-9E70-2EBFC7AA3E32")> _
Public Class VCProjectEngineEventsClass _
Implements _VCProjectEngineEvents, VCProjectEngineEvents, _dispVCProjectEngineEvents_Event
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("0BFC9FF6-D66C-4A2C-9E70-2EBFC7AA3E32")]
public class VCProjectEngineEventsClass : _VCProjectEngineEvents,
VCProjectEngineEvents, _dispVCProjectEngineEvents_Event
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"0BFC9FF6-D66C-4A2C-9E70-2EBFC7AA3E32")]
public ref class VCProjectEngineEventsClass : _VCProjectEngineEvents,
VCProjectEngineEvents, _dispVCProjectEngineEvents_Event
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("0BFC9FF6-D66C-4A2C-9E70-2EBFC7AA3E32")>]
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 | |
---|---|---|
VCProjectEngineEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_ItemAdded | Infrastructure. Microsoft Internal Use Only. | |
add_ItemMoved | Infrastructure. Microsoft Internal Use Only. | |
add_ItemPropertyChange | Infrastructure. Microsoft Internal Use Only. | |
add_ItemPropertyChange2 | ||
add_ItemRemoved | Infrastructure. Microsoft Internal Use Only. | |
add_ItemRenamed | Infrastructure. Microsoft Internal Use Only. | |
add_ProjectBuildFinished | Infrastructure. Microsoft Internal Use Only. | |
add_ProjectBuildStarted | Infrastructure. Microsoft Internal Use Only. | |
add_ReportError | Infrastructure. Microsoft Internal Use Only. | |
add_SccEvent | Infrastructure. Microsoft Internal Use Only. | |
add_SolutionLoaded | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_ItemAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_ItemMoved | Infrastructure. Microsoft Internal Use Only. | |
remove_ItemPropertyChange | Infrastructure. Microsoft Internal Use Only. | |
remove_ItemPropertyChange2 | ||
remove_ItemRemoved | Infrastructure. Microsoft Internal Use Only. | |
remove_ItemRenamed | Infrastructure. Microsoft Internal Use Only. | |
remove_ProjectBuildFinished | Infrastructure. Microsoft Internal Use Only. | |
remove_ProjectBuildStarted | Infrastructure. Microsoft Internal Use Only. | |
remove_ReportError | Infrastructure. Microsoft Internal Use Only. | |
remove_SccEvent | Infrastructure. Microsoft Internal Use Only. | |
remove_SolutionLoaded | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ItemAdded | Infrastructure. Microsoft Internal Use Only. | |
ItemMoved | Infrastructure. Microsoft Internal Use Only. | |
ItemPropertyChange | Infrastructure. Microsoft Internal Use Only. | |
ItemPropertyChange2 | Occurs when a property changed for the specified item. | |
ItemRemoved | Infrastructure. Microsoft Internal Use Only. | |
ItemRenamed | Infrastructure. Microsoft Internal Use Only. | |
ProjectBuildFinished | Infrastructure. Microsoft Internal Use Only. | |
ProjectBuildStarted | Infrastructure. Microsoft Internal Use Only. | |
ReportError | Infrastructure. Microsoft Internal Use Only. | |
SccEvent | Infrastructure. Microsoft Internal Use Only. | |
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.