Classe ReferencesEventsClass
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Consulte ReferencesEvents para essa funcionalidade. Não criar uma instância dessa classe.
Hierarquia de herança
Object
VSLangProj.ReferencesEventsClass
Namespace: VSLangProj
Assembly: VSLangProj (em VSLangProj.dll)
Sintaxe
'Declaração
<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
O tipo ReferencesEventsClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReferencesEventsClass | Infraestrutura. Somente para uso interno da Microsoft. |
Superior
Métodos
Nome | Descrição | |
---|---|---|
add_ReferenceAdded | Infraestrutura. Somente para uso interno da Microsoft. | |
add_ReferenceChanged | Infraestrutura. Somente para uso interno da Microsoft. | |
add_ReferenceRemoved | Infraestrutura. Somente para uso interno da Microsoft. | |
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
remove_ReferenceAdded | Infraestrutura. Somente para uso interno da Microsoft. | |
remove_ReferenceChanged | Infraestrutura. Somente para uso interno da Microsoft. | |
remove_ReferenceRemoved | Infraestrutura. Somente para uso interno da Microsoft. | |
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Eventos
Nome | Descrição | |
---|---|---|
ReferenceAdded | Ocorre imediatamente depois que uma referência é adicionada a um projeto. | |
ReferenceChanged | Ocorre imediatamente depois que uma referência é modificada em um projeto. | |
ReferenceRemoved | Ocorre imediatamente depois que uma referência é removida de um projeto. |
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.