Udostępnij za pośrednictwem


Klasa CommandEventsClass

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.

Hierarchia dziedziczenia

Object
  EnvDTE.CommandEventsClass

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

Składnia

'Deklaracja
<ClassInterfaceAttribute()> _
<GuidAttribute("1DED92B5-9A46-4B29-93EF-B5E07016659E")> _
Public Class CommandEventsClass _
    Implements _CommandEvents, CommandEvents, _dispCommandEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("1DED92B5-9A46-4B29-93EF-B5E07016659E")]
public class CommandEventsClass : _CommandEvents, 
    CommandEvents, _dispCommandEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"1DED92B5-9A46-4B29-93EF-B5E07016659E")]
public ref class CommandEventsClass : _CommandEvents, 
    CommandEvents, _dispCommandEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("1DED92B5-9A46-4B29-93EF-B5E07016659E")>]
type CommandEventsClass =  
    class 
        interface _CommandEvents 
        interface CommandEvents 
        interface _dispCommandEvents_Event 
    end
public class CommandEventsClass implements _CommandEvents, CommandEvents, _dispCommandEvents_Event

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

Konstruktorzy

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

Początek

Metody

  Nazwa Opis
Metoda publiczna add_AfterExecute Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_BeforeExecute 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_AfterExecute Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_BeforeExecute 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 AfterExecute Występuje po wykonaniu polecenia.
Zdarzenie publiczne BeforeExecute Występuje przed wykonuje polecenie.

Początek

Uwagi

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

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