_dispBuildEvents_OnBuildProjConfigDoneEventHandler – delegát
Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.
Microsoft pouze pro interní použití.
Obor názvů: EnvDTE
Sestavení: EnvDTE (v EnvDTE.dll)
Syntaxe
'Deklarace
<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
Jazyk JScript nepodporuje delegáty.
Parametry
- Project
Typ: System.String
Projekt.
- ProjectConfig
Typ: System.String
Konfigurace aplikace project.
- Platform
Typ: System.String
Platforma.
- SolutionConfig
Typ: System.String
Konfigurace řešení.
- Success
Typ: System.Boolean
Zda sestavení bylo úspěšné.