Klasa BuildEventsClass

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Odnoszą się do BuildEvents dla tej funkcji.Tworzy wystąpienia tej klasy.

Hierarchia dziedziczenia

Object
  EnvDTE.BuildEventsClass

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
<GuidAttribute("D83D60E3-229F-4660-8DD0-28B629EEDCDA")> _
<ClassInterfaceAttribute()> _
Public Class BuildEventsClass _
    Implements _BuildEvents, BuildEvents, _dispBuildEvents_Event
[GuidAttribute("D83D60E3-229F-4660-8DD0-28B629EEDCDA")]
[ClassInterfaceAttribute()]
public class BuildEventsClass : _BuildEvents, 
    BuildEvents, _dispBuildEvents_Event
[GuidAttribute(L"D83D60E3-229F-4660-8DD0-28B629EEDCDA")]
[ClassInterfaceAttribute()]
public ref class BuildEventsClass : _BuildEvents, 
    BuildEvents, _dispBuildEvents_Event
[<GuidAttribute("D83D60E3-229F-4660-8DD0-28B629EEDCDA")>]
[<ClassInterfaceAttribute()>]
type BuildEventsClass =  
    class 
        interface _BuildEvents 
        interface BuildEvents 
        interface _dispBuildEvents_Event 
    end
public class BuildEventsClass implements _BuildEvents, BuildEvents, _dispBuildEvents_Event

Typ BuildEventsClass uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda publiczna BuildEventsClass Infrastruktura. Microsoft tylko do użytku wewnętrznego.

Początek

Metody

  Nazwa Opis
Metoda publiczna add_OnBuildBegin Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_OnBuildDone Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_OnBuildProjConfigBegin Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_OnBuildProjConfigDone Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna remove_OnBuildBegin Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_OnBuildDone Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_OnBuildProjConfigBegin Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_OnBuildProjConfigDone Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Zdarzenia

  Nazwa Opis
Zdarzenie publiczne OnBuildBegin Występuje przed buduje roztwór, przed partii build rozpoczyna się lub rozpoczyna się tuż przed projektu do utworzenia.
Zdarzenie publiczne OnBuildDone Występuje po zakończeniu kompilacji rozwiązania.
Zdarzenie publiczne OnBuildProjConfigBegin Występuje, gdy rozpoczyna się build konfiguracji projektu.
Zdarzenie publiczne OnBuildProjConfigDone Występuje po zakończeniu kompilacji konfiguracji projektu.

Początek

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw EnvDTE