PageInteraction Constructors
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.
Overloads
PageInteraction() | |
PageInteraction(Page) | |
PageInteraction(IntPtr) |
PageInteraction()
protected:
PageInteraction();
protected PageInteraction ();
Protected Sub New ()
Applies to
PageInteraction(Page)
protected:
PageInteraction(Dynamics::AX::Application::Page ^ page1);
protected PageInteraction (Dynamics.AX.Application.Page page1);
new Dynamics.AX.Application.PageInteraction : Dynamics.AX.Application.Page -> Dynamics.AX.Application.PageInteraction
Protected Sub New (page1 As Page)
Parameters
- page1
- Page
Applies to
PageInteraction(IntPtr)
public:
PageInteraction(IntPtr ptr1);
public PageInteraction (IntPtr ptr1);
new Dynamics.AX.Application.PageInteraction : nativeint -> Dynamics.AX.Application.PageInteraction
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint