TreeNode.AOTrun Method
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
AOTrun() |
Compiles this node and its subtree in the Application Object Tree (AOT). |
AOTrun(xArgs) |
AOTrun()
Compiles this node and its subtree in the Application Object Tree (AOT).
public:
virtual void AOTrun();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTrun ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTrun : unit -> unit
override this.AOTrun : unit -> unit
Public Overridable Sub AOTrun ()
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
AOTrun(xArgs)
public:
virtual void AOTrun(Dynamics::AX::Application::xArgs ^ _args);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual void AOTrun (Dynamics.AX.Application.xArgs _args);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member AOTrun : Dynamics.AX.Application.xArgs -> unit
override this.AOTrun : Dynamics.AX.Application.xArgs -> unit
Public Overridable Sub AOTrun (_args As xArgs)
Parameters
- _args
- xArgs
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute