Compartilhar via


Método UCOMIConnectionPoint.Unadvise (Int32)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Encerra uma conexão de consultoria estabelecida anteriormente por meio de UCOMIConnectionPoint.Advise.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void Unadvise(
    int dwCookie
)
void Unadvise(
    int dwCookie
)
abstract Unadvise : 
        dwCookie:int -> unit
Sub Unadvise (
    dwCookie As Integer
)

Parâmetros

Comentários

Para obter mais informações, consulte a documentação existente para IConnectionPoint::Unadvise na biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIConnectionPoint
Namespace System.Runtime.InteropServices

Retornar ao início