Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Signifies that the building of a project has begun.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaración
Sub ProjectBuildStarted ( _
Cfg As Object _
)
void ProjectBuildStarted(
Object Cfg
)
void ProjectBuildStarted(
Object^ Cfg
)
abstract ProjectBuildStarted :
Cfg:Object -> unit
function ProjectBuildStarted(
Cfg : Object
)
Parameters
- Cfg
Type: System.Object
Required. The configuration.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.