UCOMIConnectionPoint.Unadvise-Methode: (Int32)
Veröffentlicht: Oktober 2016
Beendet eine Advise-Verbindung, die zuvor mit UCOMIConnectionPoint.Advise.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
void Unadvise(
int dwCookie
)
void Unadvise(
int dwCookie
)
abstract Unadvise :
dwCookie:int -> unit
Sub Unadvise (
dwCookie As Integer
)
Parameter
dwCookie
Type: System.Int32Die zuvor von zurückgegebene Verbindungscookie UCOMIConnectionPoint.Advise.
Hinweise
Weitere Informationen finden Sie in der Dokumentation zu IConnectionPoint::Unadvise in der MSDN Library.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
UCOMIConnectionPoint-Schnittstelle
System.Runtime.InteropServices-Namespace
Zurück zum Anfang