IPageContainer<T> Interfaz
Definición
Interfaz que define un contenedor para Page y expone una propiedad CurrentPage.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
Parámetros de tipo
- T
- Derivado
Propiedades
CurrentPage |
Obtiene la página actual.Gets the current page. |