This document is archived and information here might be outdated. Recommended version. |
Notifies the document that the contents have been updated.
[Visual Basic .NET]
Public Sub UpdateContents ( _
)
[C#]
public void UpdateContents (
);
Refreshes the current view in the table of contents. UpdateContents is a shortcut - it calls Refresh on the current contents view (IContentsView::Refresh). Access to the current view is provided through IMxDocument::CurrentContentsView.