Udostępnij za pośrednictwem


Delegat _dispBuildEvents_OnBuildProjConfigBeginEventHandler

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_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
Język JScript nie obsługuje delegatów.

Parametry

  • Project
    Typ: String

    Projekt.

  • ProjectConfig
    Typ: String

    Konfiguracja projektu.

  • Platform
    Typ: String

    Platformy.

  • SolutionConfig
    Typ: String

    Solution configuration.

Zobacz też

Informacje

Przestrzeń nazw EnvDTE