Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.
Nur für die interne Verwendung durch Microsoft vorgesehen.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispBuildEvents_OnBuildProjConfigBeginEventHandler ( _
Project As String, _
ProjectConfig As String, _
Platform As String, _
SolutionConfig As String _
)
[ComVisibleAttribute(false)]
public delegate void _dispBuildEvents_OnBuildProjConfigBeginEventHandler(
string Project,
string ProjectConfig,
string Platform,
string SolutionConfig
)
[ComVisibleAttribute(false)]
public delegate void _dispBuildEvents_OnBuildProjConfigBeginEventHandler(
String^ Project,
String^ ProjectConfig,
String^ Platform,
String^ SolutionConfig
)
[<ComVisibleAttribute(false)>]
type _dispBuildEvents_OnBuildProjConfigBeginEventHandler =
delegate of
Project:string *
ProjectConfig:string *
Platform:string *
SolutionConfig:string -> unit
JScript unterstützt keine Delegaten.
Parameter
- Project
Typ: System.String
Das Projekt.
- ProjectConfig
Typ: System.String
Die Projektkonfiguration.
- Platform
Typ: System.String
Die Plattform.
- SolutionConfig
Typ: System.String
Die Projektmappenkonfiguration.