UCOMIConnectionPoint.Unadvise(Int32) 메서드

정의

Advise(Object, Int32)를 통해 이전에 설치된 권장된 연결을 종료합니다.

public:
 void Unadvise(int dwCookie);
public void Unadvise (int dwCookie);
abstract member Unadvise : int -> unit
Public Sub Unadvise (dwCookie As Integer)

매개 변수

dwCookie
Int32

이전에 Advise(Object, Int32)에서 반환된 연결 쿠키입니다.

설명

자세한 내용은 기존 설명서를 참조 하십시오 IConnectionPoint::Unadvise MSDN 라이브러리에서.

적용 대상