IPageLoader 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.
Caution
This type is obsolete. Use PageLoader instead.
Creates a CompiledPageActionDescriptor from a PageActionDescriptor.
public interface class IPageLoader
public interface IPageLoader
[System.Obsolete("This type is obsolete. Use PageLoader instead.")]
public interface IPageLoader
type IPageLoader = interface
[<System.Obsolete("This type is obsolete. Use PageLoader instead.")>]
type IPageLoader = interface
Public Interface IPageLoader
- Derived
- Attributes
Methods
Load(PageActionDescriptor) |
Produces a CompiledPageActionDescriptor given a PageActionDescriptor. |