NavigationItem.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 page that is associated with the navigation item.
public:
property Type ^ PageType { Type ^ get(); };
public Type PageType { get; }
member this.PageType : Type
Public ReadOnly Property PageType As Type
Property Value
The type of page.
Remarks
If you need to make a type comparison for the page, use this property instead of the Page property to avoid inadvertently creating an instance of the IModulePage interface.