ModulePageInfo.PageType Property
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.
Gets the type of the page.
public:
property Type ^ PageType { Type ^ get(); };
public Type PageType { get; }
member this.PageType : Type
Public ReadOnly Property PageType As Type
Property Value
The pageType
parameter passed to the ModulePageInfo constructor.
Remarks
The pageType
can be of any type that derives from the ModulePage class and has a parameterless constructor.