BuildManagerEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Refer to BuildManagerEvents for this functionality. Do not instantiate from this class.
Inheritance Hierarchy
Object
VSLangProj.BuildManagerEventsClass
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")> _
Public Class BuildManagerEventsClass _
Implements _BuildManagerEvents, BuildManagerEvents, _dispBuildManagerEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")]
public class BuildManagerEventsClass : _BuildManagerEvents,
BuildManagerEvents, _dispBuildManagerEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"66923B02-677B-4920-A319-F8925A0BA8A8")]
public ref class BuildManagerEventsClass : _BuildManagerEvents,
BuildManagerEvents, _dispBuildManagerEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")>]
type BuildManagerEventsClass =
class
interface _BuildManagerEvents
interface BuildManagerEvents
interface _dispBuildManagerEvents_Event
end
public class BuildManagerEventsClass implements _BuildManagerEvents, BuildManagerEvents, _dispBuildManagerEvents_Event
The BuildManagerEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BuildManagerEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. | |
add_DesignTimeOutputDirty | 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 the default hash function. (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_DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. | |
remove_DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
DesignTimeOutputDeleted | Raised when a project item that generates a portable executable is deleted from the project. | |
DesignTimeOutputDirty | Raised when a custom tool that results in a portable executable being generated or updated is run on a project item. |
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.