IPageContainer<T> Interface
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.
Interface defining a container for Pages and exposing a CurrentPage property.
public interface IPageContainer<out T> where T : Page
type IPageContainer<'T (requires 'T :> Page)> = interface
Type Parameters
- T
- Derived
Properties
CurrentPage |
Gets the current page. |