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 | |
---|---|---|
CommandEventsClass | Infrastruktura. Microsoft tylko do użytku wewnętrznego. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
add_AfterExecute | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
add_BeforeExecute | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
remove_AfterExecute | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
remove_BeforeExecute | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Zdarzenia
Nazwa | Opis | |
---|---|---|
AfterExecute | Występuje po wykonaniu polecenia. | |
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.