Delegat _dispBuildEvents_OnBuildProjConfigDoneEventHandler
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Microsoft tylko do użytku wewnętrznego.
Przestrzeń nazw: EnvDTE
Zestaw: EnvDTE (w EnvDTE.dll)
Składnia
'Deklaracja
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispBuildEvents_OnBuildProjConfigDoneEventHandler ( _
Project As String, _
ProjectConfig As String, _
Platform As String, _
SolutionConfig As String, _
Success As Boolean _
)
[ComVisibleAttribute(false)]
public delegate void _dispBuildEvents_OnBuildProjConfigDoneEventHandler(
string Project,
string ProjectConfig,
string Platform,
string SolutionConfig,
bool Success
)
[ComVisibleAttribute(false)]
public delegate void _dispBuildEvents_OnBuildProjConfigDoneEventHandler(
String^ Project,
String^ ProjectConfig,
String^ Platform,
String^ SolutionConfig,
bool Success
)
[<ComVisibleAttribute(false)>]
type _dispBuildEvents_OnBuildProjConfigDoneEventHandler =
delegate of
Project:string *
ProjectConfig:string *
Platform:string *
SolutionConfig:string *
Success:bool -> unit
Język JScript nie obsługuje delegatów.
Parametry
- Project
Typ: System.String
Projekt.
- ProjectConfig
Typ: System.String
Konfiguracja projektu.
- Platform
Typ: System.String
Platformy.
- SolutionConfig
Typ: System.String
Solution configuration.
- Success
Typ: System.Boolean
Czy Kompilacja przebiegła pomyślnie.