_dispBuildManagerEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispBuildManagerEvents_Event
[ComVisibleAttribute(false)]
public interface _dispBuildManagerEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispBuildManagerEvents_Event
[<ComVisibleAttribute(false)>]
type _dispBuildManagerEvents_Event = interface end
public interface _dispBuildManagerEvents_Event
The _dispBuildManagerEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. | |
add_DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. | |
remove_DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. | |
remove_DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. | |
DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. |
Top