Klasa ReferencesEventsClass
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Odnoszą się do ReferencesEvents dla tej funkcji.Tworzy wystąpienia tej klasy.
Hierarchia dziedziczenia
Object
VSLangProj.ReferencesEventsClass
Przestrzeń nazw: VSLangProj
Zestaw: VSLangProj (w VSLangProj.dll)
Składnia
'Deklaracja
<ClassInterfaceAttribute()> _
<GuidAttribute("1CDB29FE-33B7-4392-9742-D9415D3408FE")> _
Public Class ReferencesEventsClass _
Implements _ReferencesEvents, ReferencesEvents, _dispReferencesEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("1CDB29FE-33B7-4392-9742-D9415D3408FE")]
public class ReferencesEventsClass : _ReferencesEvents,
ReferencesEvents, _dispReferencesEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"1CDB29FE-33B7-4392-9742-D9415D3408FE")]
public ref class ReferencesEventsClass : _ReferencesEvents,
ReferencesEvents, _dispReferencesEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("1CDB29FE-33B7-4392-9742-D9415D3408FE")>]
type ReferencesEventsClass =
class
interface _ReferencesEvents
interface ReferencesEvents
interface _dispReferencesEvents_Event
end
public class ReferencesEventsClass implements _ReferencesEvents, ReferencesEvents, _dispReferencesEvents_Event
Typ ReferencesEventsClass uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
ReferencesEventsClass | Infrastruktura. Microsoft tylko do użytku wewnętrznego. |
Początek
Metody
Nazwa | Opis | |
---|---|---|
add_ReferenceAdded | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
add_ReferenceChanged | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
add_ReferenceRemoved | 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_ReferenceAdded | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
remove_ReferenceChanged | Infrastruktura. Microsoft tylko do użytku wewnętrznego. | |
remove_ReferenceRemoved | 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 | |
---|---|---|
ReferenceAdded | Występuje, natychmiast po odwołanie jest dodawany do projektu. | |
ReferenceChanged | Występuje, natychmiast po odwołanie zostanie zmodyfikowany w projekcie. | |
ReferenceRemoved | Występuje, natychmiast po odwołanie jest usuwany z 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.