_dispBuildEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class _dispBuildEvents
public interface class _dispBuildEvents
__interface _dispBuildEvents
[System.Runtime.InteropServices.Guid("1926364E-6B90-46CB-A44D-8A80FB11ACD9")]
[System.Runtime.InteropServices.InterfaceType(2)]
[System.Runtime.InteropServices.TypeLibType(4096)]
public interface _dispBuildEvents
[System.Runtime.InteropServices.Guid("1926364E-6B90-46CB-A44D-8A80FB11ACD9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface _dispBuildEvents
[<System.Runtime.InteropServices.Guid("1926364E-6B90-46CB-A44D-8A80FB11ACD9")>]
[<System.Runtime.InteropServices.InterfaceType(2)>]
[<System.Runtime.InteropServices.TypeLibType(4096)>]
type _dispBuildEvents = interface
[<System.Runtime.InteropServices.Guid("1926364E-6B90-46CB-A44D-8A80FB11ACD9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
type _dispBuildEvents = interface
Public Interface _dispBuildEvents
- Derived
- Attributes
Methods
OnBuildBegin(vsBuildScope, vsBuildAction) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnBuildDone(vsBuildScope, vsBuildAction) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnBuildProjConfigBegin(String, String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
OnBuildProjConfigDone(String, String, String, String, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |