_dispBuildEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("1926364E-6B90-46CB-A44D-8A80FB11ACD9")> _
Public Interface _dispBuildEvents
[InterfaceTypeAttribute()]
[GuidAttribute("1926364E-6B90-46CB-A44D-8A80FB11ACD9")]
public interface _dispBuildEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"1926364E-6B90-46CB-A44D-8A80FB11ACD9")]
public interface class _dispBuildEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("1926364E-6B90-46CB-A44D-8A80FB11ACD9")>]
type _dispBuildEvents = interface end
public interface _dispBuildEvents
The _dispBuildEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnBuildBegin | Infrastructure. Microsoft Internal Use Only. | |
OnBuildDone | Infrastructure. Microsoft Internal Use Only. | |
OnBuildProjConfigBegin | Infrastructure. Microsoft Internal Use Only. | |
OnBuildProjConfigDone | Infrastructure. Microsoft Internal Use Only. |
Top