Click or drag to resize

IViewContent Methods

The IViewContent type exposes the following members.

Methods
 NameDescription
Public methodBuildNavPoint Builds an INavigationPoint for the current position.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetServiceGets the service object of the specified type.
(Inherited from IServiceProvider)
Public methodSetDisposeInProgress Announces that this view content is about to be disposed very soon. The view content should remain passiv (e.g. should not react to events any more), but should not release its resources yet (this is done later in Dispose).
Top
See Also