IAdviseSink.OnViewChange(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies an object's registered advisory sinks that its view has changed. This method is called by a server.
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)
Parameters
- aspect
- Int32
The aspect, or view, of the object. Contains a value taken from the DVASPECT enumeration.
- index
- Int32
The portion of the view that has changed. Currently, only -1 is valid.
Remarks
For more information, see IAdviseSink::OnViewChange method.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.