Classe _dispWebReferencesEvents_SinkHelper
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Questa classe supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Gerarchia di ereditarietà
System.Object
VsWebSite._dispWebReferencesEvents_SinkHelper
Spazio dei nomi: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Sintassi
'Dichiarazione
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public NotInheritable Class _dispWebReferencesEvents_SinkHelper _
Implements _dispWebReferencesEvents
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class _dispWebReferencesEvents_SinkHelper : _dispWebReferencesEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class _dispWebReferencesEvents_SinkHelper sealed : _dispWebReferencesEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type _dispWebReferencesEvents_SinkHelper =
class
interface _dispWebReferencesEvents
end
public final class _dispWebReferencesEvents_SinkHelper implements _dispWebReferencesEvents
Il tipo _dispWebReferencesEvents_SinkHelper espone i seguenti membri.
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Determina se l'oggetto Object specificato è uguale all'oggetto Object corrente. (Ereditato da Object) | |
Finalize | Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object) | |
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object) | |
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) | |
WebReferenceAdded | Infrastruttura. Questo metodo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. | |
WebReferenceChanged | Infrastruttura. Questo metodo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. | |
WebReferenceRemoved | Infrastruttura. Questo metodo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
m_dwCookie | Infrastruttura. Questo campo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. | |
m_WebReferenceAddedDelegate | Infrastruttura. Questo campo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. | |
m_WebReferenceChangedDelegate | Infrastruttura. Questo campo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. | |
m_WebReferenceRemovedDelegate | Infrastruttura. Questo campo supporta l'infrastruttura .NET Framework e non deve essere utilizzato direttamente dal codice. |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.