IAdviseSink.OnViewChange(Int32, Int32) 메서드

정의

개체의 등록된 권고 싱크에 해당 보기가 변경되었음을 알 수 있습니다. 이 메서드는 서버에서 호출됩니다.

public:
 void OnViewChange(int aspect, int index);
public void OnViewChange(int aspect, int index);
abstract member OnViewChange : int * int -> unit
Public Sub OnViewChange (aspect As Integer, index As Integer)

매개 변수

aspect
Int32

개체의 측면 또는 뷰입니다. 열거형에서 DVASPECT 가져온 값을 포함합니다.

index
Int32

변경 된 보기의 일부입니다. 현재는 -1만 유효합니다.

설명

자세한 내용은 IAdviseSink::OnViewChange 메서드를 참조하세요.

적용 대상