IView |
The IViewContent type exposes the following members.
Name | Description | |
---|---|---|
BuildNavPoint | Builds an INavigationPoint for the current position. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
GetService | Gets the service object of the specified type. (Inherited from IServiceProvider) | |
SetDisposeInProgress | 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). |