Udostępnij za pośrednictwem


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
Metoda publiczna ReferencesEventsClass Infrastruktura. Microsoft tylko do użytku wewnętrznego.

Początek

Metody

  Nazwa Opis
Metoda publiczna add_ReferenceAdded Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_ReferenceChanged Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna add_ReferenceRemoved 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_ReferenceAdded Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_ReferenceChanged Infrastruktura. Microsoft tylko do użytku wewnętrznego.
Metoda publiczna remove_ReferenceRemoved 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 ReferenceAdded Występuje, natychmiast po odwołanie jest dodawany do projektu.
Zdarzenie publiczne ReferenceChanged Występuje, natychmiast po odwołanie zostanie zmodyfikowany w projekcie.
Zdarzenie publiczne 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.

Zobacz też

Informacje

Przestrzeń nazw VSLangProj