Advise が以前に確立したアドバイザリ コネクションを終了します。
Sub Unadvise( _
ByVal dwCookie As Integer _)
[C#]
void Unadvise(
intdwCookie);
[C++]
void Unadvise(
intdwCookie);
[JScript]
function Unadvise(
dwCookie : int);
パラメータ
- dwCookie
Advise が以前に返した接続 Cookie。
解説
詳細については、MSDN ライブラリで IConnectionPoint::Unadvise に関する既存のドキュメントを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
UCOMIConnectionPoint インターフェイス | UCOMIConnectionPoint メンバ | System.Runtime.InteropServices 名前空間